Skip to content

Commit

Permalink
fix: stock reconciliation negative stock error (backport #36544) (#36549
Browse files Browse the repository at this point in the history
)

fix: stock reconciliation negative stock error (#36544)

fix: stock reco negative stock error
(cherry picked from commit 0b36e7d)

Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
  • Loading branch information
mergify[bot] and rohitwaghchaure authored Aug 8, 2023
1 parent cd1c175 commit 00b9df0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ def recalculate_current_qty(self, item_code, batch_no):
)

if sl_entries:
self.make_sl_entries(sl_entries)
self.make_sl_entries(sl_entries, allow_negative_stock=True)


def get_batch_qty_for_stock_reco(
Expand Down

0 comments on commit 00b9df0

Please sign in to comment.