Bug 4617: memo undefined at line 206 core/manufacturing/includes/db/work_order_costin...
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sun, 26 Aug 2018 07:17:54 +0000 (09:17 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sun, 26 Aug 2018 07:17:54 +0000 (09:17 +0200)
manufacturing/includes/db/work_order_costing_db.inc

index a6d21a46340c1560ee75908210b6a99cba92d0a4..e44de122f7185eb1fd221ac6764dc15b2ead9c15 100644 (file)
@@ -163,6 +163,7 @@ function work_order_production_gl($woid, $stock_id, $quantity, $date_, $rcv_no)
 {
        global $SysPrefs, $path_to_root;
 
+       $memo = "";
        if ($SysPrefs->loc_notification() == 1)
        {
                include_once($path_to_root . "/sales/includes/cart_class.inc");