From: Joe Hunt Date: Fri, 26 Sep 2008 23:15:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 2.3-final~1427 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=e3c6cacb5163c34047c1fa258c3b5c94578d80f9;p=fa-stable.git *** empty log message *** --- 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;