MaiXinRong hace 5 años
padre
commit
f5cdfbcc25
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/public/js/ledger_bwtz.js

+ 1 - 1
app/public/js/ledger_bwtz.js

@@ -221,7 +221,7 @@ $(document).ready(() => {
                         code: unitNode.code, b_code: unitNode.b_code,
                         name: unitNode.pos_name ? unitNode.pos_name : unitNode.name, unit: unitNode.unit,
                         unit_price: unitNode.unit_price, quantity: unitNode.quantity, total_price: unitNode.total_price,
-                        drawing_code: unitNode.drawing_code, memo: unitNode.memo_merge
+                        drawing_code: unitNode.drawing_code_merge, memo: unitNode.memo_merge
                     });
                 }
             }