X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fpo_entry_items.php;fp=purchasing%2Fpo_entry_items.php;h=4362ea1658c312709ee252064abde0661538a170;hb=e9ad9e87f5eb2682d2e91c93134250fd8a8d2ad9;hp=4a5aa39dea106fac0d1171781303a6f8ecc8066e;hpb=a2ae0e35302270ae811db2e6acb44c16b186a970;p=fa-stable.git diff --git a/purchasing/po_entry_items.php b/purchasing/po_entry_items.php index 4a5aa39d..4362ea16 100644 --- a/purchasing/po_entry_items.php +++ b/purchasing/po_entry_items.php @@ -106,8 +106,6 @@ if (isset($_GET['AddedID'])) $clearing_act = get_company_pref('grn_clearing_act'); if ($clearing_act) display_note(get_gl_view_str($trans_type, $trans_no, _("View the GL Journal Entries for this Delivery")), 1); -// not yet -// display_note(print_document_link($trans_no, _("&Print This GRN"), true, $trans_type), 0, 1); hyperlink_params("$path_to_root/purchasing/supplier_invoice.php", _("Entry purchase &invoice for this receival"), "New=1"); @@ -128,9 +126,6 @@ if (isset($_GET['AddedID'])) display_note(get_trans_view_str($trans_type, $trans_no, _("&View this Invoice")), 0); -// not yet -// display_note(print_document_link($trans_no, _("&Print This Invoice"), true, $trans_type), 0, 1); - display_note(get_gl_view_str($trans_type, $trans_no, _("View the GL Journal Entries for this Invoice")), 1); hyperlink_params("$path_to_root/purchasing/supplier_payment.php", _("Entry supplier &payment for this invoice"), @@ -302,7 +297,6 @@ function handle_add_new_item() if ($allow_update) { - $myrow = db_fetch($result); $_SESSION['PO']->add_to_order (count($_SESSION['PO']->line_items), $_POST['stock_id'], input_num('qty'), get_post('stock_id_text'), //$myrow["description"], input_num('price'), '', // $myrow["units"], (retrived in cart) @@ -325,8 +319,6 @@ function handle_add_new_item() function can_commit() { - global $Refs; - if (!get_post('supplier_id')) { display_error(_("There is no supplier selected.")); @@ -358,6 +350,8 @@ function can_commit() { if (!check_reference(get_post('ref'), $_SESSION['PO']->trans_type)) { + _vd("bad reference"); + exit; set_focus('ref'); return false; } @@ -388,7 +382,7 @@ function can_commit() set_focus('StkLocation'); return false; } - if (!db_has_currency_rates($_SESSION['PO']->curr_code, $_POST['OrderDate'])) + if (!db_has_currency_rates($_SESSION['PO']->curr_code, $_POST['OrderDate'], true)) return false; if ($_SESSION['PO']->order_has_items() == false) {