X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fsupplier_invoice.php;h=03fc1c33e6270b1f2cceb76f110f58394fe08374;hb=95856a739a5eacda8c86dc53bff8e7a0ae7b204e;hp=6dcd5cbaae1ba6f0f23758b5c8132b733269ea0b;hpb=e1face140a007355cdeea1725c02d10cb34c80dd;p=fa-stable.git diff --git a/purchasing/supplier_invoice.php b/purchasing/supplier_invoice.php index 6dcd5cba..03fc1c33 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=".."; @@ -337,18 +337,8 @@ if ($id4 != -1) $id2 = -1; if ($_SESSION["wa_current_user"]->access == 2) { - $id3 = find_submit('void_item_id'); - if ($id3 != -1) - { - $js = "if(confirm(\"" - .sprintf(_('You are about to remove all yet non-invoiced items from delivery line #%d. This operation also irreversibly changes related order line. Do you want to continue ?'), $id3) - ."\")) { - JsHttpRequest.request(\"void_confirm".$id3."\"); - }"; - $Ajax->addScript(true,$js); - } - $id2 = find_submit('void_confirm'); - if ($id2 != -1) // Added section 2008-10-18 Joe Hunt for voiding delivery lines + $id2 = find_submit('void_item_id'); + if ($id2 != -1) { begin_transaction(); @@ -379,11 +369,12 @@ 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'); } -start_form(false, true); +start_form(); invoice_header($_SESSION['supp_trans']); @@ -415,7 +406,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();