X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fpo_entry_items.php;h=d707dbfe11bc841776fd0deb3c779147920c02de;hb=5089910120614dfb8b76a0271b43739f90f38b01;hp=bffe486a78c4f198e5a933655989e1ee8c59ef91;hpb=9af96a2e461b905dbb20f2b87ffb5c28f9b3461c;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"); }