fix: validation error has not throw for the batch (#38494)

* fix: validation error has not throw for the batch

* chore: fix test cases
This commit is contained in:
rohitwaghchaure
2023-12-01 21:42:22 +05:30
committed by GitHub
parent 6bc40373f2
commit 5e9016ffab
9 changed files with 50 additions and 5 deletions

View File

@@ -880,6 +880,7 @@ class SubcontractingController(StockController):
"posting_date": self.posting_date,
"posting_time": self.posting_time,
"qty": -1 * item.consumed_qty,
"voucher_detail_no": item.name,
"serial_and_batch_bundle": item.serial_and_batch_bundle,
}
)