*** empty log message ***
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 26 Sep 2008 23:15:59 +0000 (23:15 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 26 Sep 2008 23:15:59 +0000 (23:15 +0000)
manufacturing/view/wo_production_view.php
sales/customer_credit_invoice.php

index 02450db5370aaaa0bedb10911bce5b58f29e100c..64e287e73ba174fc1e7be82e14ec154524e4984e 100644 (file)
@@ -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"));
index 53da31218773c3f60029533c30fe30dcac6dcc78..ca1db0bd210799716d1f993205418c85d495fea5 100644 (file)
@@ -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;