X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fsupplier_invoice.php;h=a0782e2bf15fff62e76160dc686d32f49cfa700f;hb=8273b6b981c008c7968a7f7c8eaea640d453c3f2;hp=534e55b3534813b3461c0c4817ba2b50352b1b08;hpb=4657251eed9910c5669c859a54051dc54143aa54;p=fa-stable.git diff --git a/purchasing/supplier_invoice.php b/purchasing/supplier_invoice.php index 534e55b3..a0782e2b 100644 --- a/purchasing/supplier_invoice.php +++ b/purchasing/supplier_invoice.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security=5; $path_to_root=".."; @@ -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,7 +376,15 @@ if ($_SESSION["wa_current_user"]->access == 2) } } -start_form(false, true); +if (isset($_POST['go'])) +{ + $Ajax->activate('gl_items'); + 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'); +} + +start_form(); invoice_header($_SESSION['supp_trans']); @@ -407,7 +416,7 @@ if (get_post('AddGLCodeToTrans')) $Ajax->activate('inv_tot'); br(); -submit_center('PostInvoice', _("Enter Invoice"), true, '', true); +submit_center('PostInvoice', _("Enter Invoice"), true, '', 'default'); br(); end_form();