Skip to content

Commit

Permalink
chore: resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
GursheenK committed Apr 21, 2024
1 parent 05e8b6c commit 54a58e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def update_landed_cost(self):
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"):
Expand Down

0 comments on commit 54a58e9

Please sign in to comment.