Skip to content

Commit

Permalink
Merge pull request #6762 from hmislk/Issue#6545
Browse files Browse the repository at this point in the history
Issue#6545 Closes #6545
  • Loading branch information
DeshaniPubudu authored Aug 7, 2024
2 parents 9cec604 + fd13912 commit b110367
Show file tree
Hide file tree
Showing 5 changed files with 133 additions and 222 deletions.
8 changes: 8 additions & 0 deletions src/main/java/com/divudi/bean/common/PatientController.java
Original file line number Diff line number Diff line change
Expand Up @@ -1122,6 +1122,14 @@ public String navigateToPatientDepositRefund() {
return "/payments/patient/send?faces-redirect=true;";
}

public String navigateToPatientDepositRefundFromOPDBill(Patient patient) {
current = patient;
bill = new Bill();
paymentMethodData = null;
printPreview = false;
return "/payments/patient/send?faces-redirect=true;";
}

public void makeNull() {
current = null;
paymentMethodData = null;
Expand Down
Loading

0 comments on commit b110367

Please sign in to comment.