@@ -92,7 +92,7 @@ module.exports = app => {
this.transaction = await this.db.beginTransaction();
try {
const data = {
- cust_acc_id,
+ cust_acc_id: -1,
tender_id,
rpt_tpl_items: newRptItems,
};