X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fpo_entry_items.php;h=d707dbfe11bc841776fd0deb3c779147920c02de;hb=49fa30e88e27b311edaca3ae3789d62e4629eb39;hp=bffe486a78c4f198e5a933655989e1ee8c59ef91;hpb=0fd1eb74bd51889ce48a6ab5369e66a86cbe7da2;p=fa-stable.git diff --git a/purchasing/po_entry_items.php b/purchasing/po_entry_items.php index bffe486a..d707dbfe 100644 --- a/purchasing/po_entry_items.php +++ b/purchasing/po_entry_items.php @@ -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"); }