When entering a purchase order, the items that may be ordered from a supplier have to be in the right catalog. We need to be able to order an arbitrary product from a supplier without regard to a catalog.
I don't see anything (applications/order/webapp/ordermgr/WEB-INF/actions/entry/cart/LookupBulkAddProducts.groovy) that limits the search, so I wonder if it's getting filtered by some kind of seca? My objective is to find where the options are filtered, and add an option so that the person making a purchase order can choose to add an order item for any productId. Do you think I'll hit any hidden complexity when I do this? And can you help me figure out how, say, ordermgr/control/LookupBulkAddSupplierProducts knows to only present products that belong to the catalog that was selected in ordermgr/control/initorderentry ? Many thanks, James -- James McGill Phoenix AZ
