X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fsupplier_invoice.php;h=52ce2f7b03e9c557adf0c48adb587a13c87a2c8b;hb=8430384235d77fb7f8d8ca894e5efedd04d6bc0b;hp=af34e04c126150e2d37463a153f7a5755e3bb796;hpb=12e17bf9bcf8e8f56d72aeeb6dde817d1d921615;p=fa-stable.git diff --git a/purchasing/supplier_invoice.php b/purchasing/supplier_invoice.php index af34e04c..52ce2f7b 100644 --- a/purchasing/supplier_invoice.php +++ b/purchasing/supplier_invoice.php @@ -334,6 +334,7 @@ if ($id4 != -1) $Ajax->activate('inv_tot'); } +$id2 = -1; if ($_SESSION["wa_current_user"]->access == 2) { $id3 = find_submit('void_item_id'); @@ -378,7 +379,8 @@ if ($_SESSION["wa_current_user"]->access == 2) if (isset($_POST['go'])) { $Ajax->activate('gl_items'); - display_quick_entries($_SESSION['supp_trans'], $_POST['qid'], input_num('totamount'), true, true); + display_quick_entries($_SESSION['supp_trans'], $_POST['qid'], input_num('totamount'), QE_SUPPINV); + $_POST['totamount'] = price_format(0); $Ajax->activate('totamount'); $Ajax->activate('inv_tot'); }