Added db_write/db_void hooks.
[fa-stable.git] / purchasing / po_entry_items.php
index bffe486a78c4f198e5a933655989e1ee8c59ef91..d707dbfe11bc841776fd0deb3c779147920c02de 100644 (file)
@@ -451,7 +451,7 @@ function handle_commit_order()
                        }
                        $inv_no = add_supp_invoice($inv);
                        commit_transaction(); // save PO+GRN+PI
-                       // payment for cash terms...
+                       // FIXME payment for cash terms. (Needs cash account selection)
                        unset($_SESSION['PO']);
                        meta_forward($_SERVER['PHP_SELF'], "AddedPI=$inv_no");
                }