Bug 3241. Parse error sales_credit_ui.inc on line 84.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 9 Jul 2015 06:18:41 +0000 (08:18 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 9 Jul 2015 06:18:41 +0000 (08:18 +0200)
sales/includes/ui/sales_credit_ui.inc

index f0cff322eb4dea805e621042602be2d988c8211e..7f086ac2f5d42b0cb648ab419ef901db71059f63 100644 (file)
@@ -81,7 +81,7 @@ function display_credit_header(&$order)
 
        if (!isset($_POST['ref']))
                $_POST['ref'] = $Refs->get_next(ST_CUSTCREDIT, null, array('customer' => get_post('customer_id'),
-                       'branch' => get_post('branch_id'), 'date' => get_post('OrderDate'));
+                       'branch' => get_post('branch_id'), 'date' => get_post('OrderDate')));
        if ($order->trans_no==0)
            ref_row(_("Reference").':', 'ref');
        else