Skip to content

Commit

Permalink
Update src/main/java/org/isf/accounting/gui/PatientBillEdit.java
Browse files Browse the repository at this point in the history
Co-authored-by: David B Malkovsky <[email protected]>
  • Loading branch information
ArnaudFofou and dbmalkovsky authored Nov 19, 2024
1 parent e10d333 commit 947b0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/isf/accounting/gui/PatientBillEdit.java
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ private JButton getJButtonTrashPatient() {
// BILL
thisBill.setBillPatient(null);
thisBill.setIsPatient(false);
thisBill.setPatName(""); //$NON-NLS-1$
thisBill.setPatName("");
thisBill.setAdmission(null);
// INTERFACE
jTextFieldPatient.setText("");
Expand Down

0 comments on commit 947b0cb

Please sign in to comment.