diff --git a/src/VirtualStash-Core/VsPackagePrice.class.st b/src/VirtualStash-Core/VsPackagePrice.class.st index e1969d5..98ce12c 100644 --- a/src/VirtualStash-Core/VsPackagePrice.class.st +++ b/src/VirtualStash-Core/VsPackagePrice.class.st @@ -131,6 +131,18 @@ VsPackagePrice >> itemPricesGtViewFor: aView [ ^ result ] +{ #category : #accessing } +VsPackagePrice >> itemSearchFor: aSearch [ + + + ^ aSearch list + title: 'Items (existing)'; + priority: 100; + items: [ self priceList rootPrices ]; + filterBySubstring; + send: [ :item | self addItem: item ] +] + { #category : #accessing } VsPackagePrice >> itemSearchNewFor: aSearch [