Skip to content

Commit

Permalink
fix: Patient Appointment - reload doc after appointment invoiced
Browse files Browse the repository at this point in the history
(cherry picked from commit e4c7cd6)
  • Loading branch information
Sajinsr authored and akashkrishna619 committed Jun 20, 2023
1 parent 0db5401 commit 02f52e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ def create_sales_invoice(appointment_doc):
appointment_doc.name,
{"invoiced": 1, "ref_sales_invoice": sales_invoice.name},
)
appointment_doc.reload()


def check_is_new_patient(patient, name=None):
Expand Down

0 comments on commit 02f52e7

Please sign in to comment.