Topic: Requisition
Hello:)
There are some issues with the Requisition module.. in /modules/requisition/sql/update.mysql in
1. 0_generate_po() function (100 +get_item_tax(0_requisition_details.item_code)) / 100) should be (100 + 0_get_item_tax(0_requisition_details.item_code)) / 100)
2. the condition of while loop is the same as if condition .. why
After all, i want to get all the requisitions of single request in po_entry_items.php .. start from where ??? . sorry for my english.
Thanks alot