X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fsupplier_invoice.php;h=6dcd5cbaae1ba6f0f23758b5c8132b733269ea0b;hb=a2b10fd7b48bcfc8edae258bc6bb331ecf72dc2c;hp=534e55b3534813b3461c0c4817ba2b50352b1b08;hpb=4657251eed9910c5669c859a54051dc54143aa54;p=fa-stable.git diff --git a/purchasing/supplier_invoice.php b/purchasing/supplier_invoice.php index 534e55b3..6dcd5cba 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'); @@ -375,6 +376,13 @@ 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); + $Ajax->activate('inv_tot'); +} + start_form(false, true); invoice_header($_SESSION['supp_trans']);