mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-13 07:18:27 +00:00
chore: resolve conflicts
This commit is contained in:
@@ -254,7 +254,7 @@ class LandedCostVoucher(Document):
|
||||
doc.make_gl_entries(via_landed_cost_voucher=True)
|
||||
else:
|
||||
doc.make_gl_entries()
|
||||
doc.repost_future_sle_and_gle()
|
||||
doc.repost_future_sle_and_gle(via_landed_cost_voucher=True)
|
||||
|
||||
def validate_asset_qty_and_status(self, receipt_document_type, receipt_document):
|
||||
for item in self.get("items"):
|
||||
|
||||
Reference in New Issue
Block a user