From e3c6cacb5163c34047c1fa258c3b5c94578d80f9 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Fri, 26 Sep 2008 23:15:59 +0000 Subject: [PATCH] *** empty log message *** --- manufacturing/view/wo_production_view.php | 1 + sales/customer_credit_invoice.php | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/manufacturing/view/wo_production_view.php b/manufacturing/view/wo_production_view.php index 02450db5..64e287e7 100644 --- a/manufacturing/view/wo_production_view.php +++ b/manufacturing/view/wo_production_view.php @@ -29,6 +29,7 @@ function display_wo_production($prod_id) $myrow = get_work_order_produce($prod_id); + br(1); start_table($table_style); $th = array(_("Production #"), _("Reference"), _("For Work Order #"), _("Item"), _("Quantity Manufactured"), _("Date")); diff --git a/sales/customer_credit_invoice.php b/sales/customer_credit_invoice.php index 53da3121..ca1db0bd 100644 --- a/sales/customer_credit_invoice.php +++ b/sales/customer_credit_invoice.php @@ -113,7 +113,6 @@ if (isset($_GET['InvoiceNumber']) && $_GET['InvoiceNumber'] > 0) { $ci = new Cart(10, $_GET['InvoiceNumber'], true); $ci->trans_type = 11; - //$ci->src_docs = array($_GET['InvoiceNumber'], $ci->trans_no); $ci->src_docs = $ci->trans_no; $ci->src_date = $ci->document_date; $ci->trans_no = 0; -- 2.30.2