fix: removed sales and purchase fields from serial nos

This commit is contained in:
Rohit Waghchaure
2022-12-05 14:48:18 +05:30
parent ba1aac1613
commit 6c9b212dd1
26 changed files with 873 additions and 642 deletions

View File

@@ -354,6 +354,7 @@ class StockController(AccountsController):
"batch_no": batch_no,
"qty": d.qty,
"warehouse": d.get(warehouse_field),
"incoming_rate": d.rate,
}
],
}