Topic: Inactive items
There is a bug in purchase order entry form & Direct Invoice in purchase module. You are able to see the inactive items and even place an order on that item.
Sales ordering is fine. It doesn't show inactive items.
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
FrontAccounting forum → Accounts Payable → Inactive items
There is a bug in purchase order entry form & Direct Invoice in purchase module. You are able to see the inactive items and even place an order on that item.
Sales ordering is fine. It doesn't show inactive items.
I can not reproduce this. Are you sure the supplier is inactive?
/Joe
Joe
I don't understand your question. I am not talking about supplier. It's an issue with item drop down list. The select query is fetching all data. You need to exclude inactive items on this list.
Deven
Ok, sorry I misunderstood. Will be fixed asap.
/Joe
This has now been fixed. HG repository updated. In the meantime you can change line 401 in /purchasing/includes/ui/po_ui.inc
from:
stock_items_list_cells(null, 'stock_id', null, false, true, true);
to:
stock_items_list_cells(null, 'stock_id', null, false, true, false);
Joe
Sorted
Thanks
FrontAccounting forum → Accounts Payable → Inactive items
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.