Skip to content

Commit

Permalink
fix: update status on manual allocation
Browse files Browse the repository at this point in the history
(cherry picked from commit d32a407)
  • Loading branch information
ruthra-kumar authored and mergify[bot] committed Jan 9, 2024
1 parent 0898ea5 commit a147e29
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def before_update_after_submit(self):
self.validate_duplicate_references()
self.allocate_payment_entries()
self.update_allocated_amount()
self.set_status()

def on_cancel(self):
for payment_entry in self.payment_entries:
Expand Down

0 comments on commit a147e29

Please sign in to comment.