X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fpo_entry_items.php;h=83923ccbaf09887ac24026c83c0368b3ee5f18f6;hb=29e68a1b8dcbe7c7ecb797396945e0cccf2d6cd8;hp=3ce35fdadb3944e653acfaed84cea9b38237ce35;hpb=84e2f869630484bd9380e5c30647a483bce14d1e;p=fa-stable.git diff --git a/purchasing/po_entry_items.php b/purchasing/po_entry_items.php index 3ce35fda..83923ccb 100644 --- a/purchasing/po_entry_items.php +++ b/purchasing/po_entry_items.php @@ -77,7 +77,7 @@ if (isset($_GET['AddedID'])) display_note(print_document_link($order_no, _("&Print This Order"), true, $trans_type), 0, 1); - display_note(print_document_link($order_no, _("&Email This Order"), true, $trans_type, false, "", "", 1)); + display_note(print_document_link($order_no, _("&Email This Order"), true, $trans_type, false, "printlink", "", 1)); hyperlink_params($path_to_root . "/purchasing/po_receive_items.php", _("&Receive Items on this Purchase Order"), "PONumber=$order_no"); @@ -94,7 +94,7 @@ if (isset($_GET['AddedID'])) display_notification_centered(_("Direct GRN has been entered")); - display_note(get_trans_view_str($trans_type, $trans_no, _("&View this GRN")), 0, 1); + display_note(get_trans_view_str($trans_type, $trans_no, _("&View this GRN")), 0); // not yet // display_note(print_document_link($trans_no, _("&Print This GRN"), true, $trans_type), 0, 1); @@ -317,6 +317,13 @@ function can_commit() { global $Refs; + if (!get_post('supplier_id')) + { + display_error(_("There is no supplier selected.")); + set_focus('supplier_id'); + return false; + } + if (!is_date($_POST['OrderDate'])) { display_error(_("The entered order date is invalid.")); @@ -478,7 +485,7 @@ echo "
"; display_po_items($_SESSION['PO']); -start_table($table_style2); +start_table(TABLESTYLE2); textarea_row(_("Memo:"), 'Comments', null, 70, 4); end_table(1);