mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
(cherry picked from commit cec66d2d10)
Co-authored-by: Afshan <33727827+AfshanKhan@users.noreply.github.com>
This commit is contained in:
@@ -230,9 +230,6 @@ class SalesInvoice(SellingController):
|
|||||||
# this sequence because outstanding may get -ve
|
# this sequence because outstanding may get -ve
|
||||||
self.make_gl_entries()
|
self.make_gl_entries()
|
||||||
|
|
||||||
if self.update_stock == 1:
|
|
||||||
self.repost_future_sle_and_gle()
|
|
||||||
|
|
||||||
if self.update_stock == 1:
|
if self.update_stock == 1:
|
||||||
self.repost_future_sle_and_gle()
|
self.repost_future_sle_and_gle()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user