Skip to content

Commit

Permalink
fix: incorrect balance qty
Browse files Browse the repository at this point in the history
(cherry picked from commit b2105a8)
  • Loading branch information
rohitwaghchaure authored and mergify[bot] committed Nov 29, 2022
1 parent 0d8112a commit f92b501
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -348,6 +348,9 @@ def get_sle_for_serialized_items(self, row, sl_entries):
if row.qty:
args = self.get_sle_for_items(row)

if row.serial_no and row.batch_no:
args["qty_after_transaction"] = row.qty

args.update(
{
"actual_qty": row.qty,
Expand Down

0 comments on commit f92b501

Please sign in to comment.