Tony Kang 1 éve
szülő
commit
4b73f3cd19
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      app/service/rpt_tree_node_cust.js

+ 1 - 1
app/service/rpt_tree_node_cust.js

@@ -118,7 +118,7 @@ module.exports = app => {
                 if (custNode.length > 0) {
                     this.transaction = await this.db.beginTransaction();
                     custNode[0].rpt_tpl_items = newNodeItems;
-                    custNode[0].cust_acc_id = cust_acc_id;
+                    custNode[0].cust_acc_id = -1;
                     rst = await this.transaction.update(this.tableName, custNode[0]);
                     this.transaction.commit();
                 } else {