Spaces:
Sleeping
Sleeping
Commit ·
f18c092
1
Parent(s): b19fdc9
Sit the Front end print design
Browse files- api/invoices.py +0 -1
api/invoices.py
CHANGED
|
@@ -116,7 +116,6 @@ def get_all_invoices(db: Session = Depends(get_db)):
|
|
| 116 |
"invoice_no": inv.invoice_number,
|
| 117 |
"doctor_name": inv.doctor_name,
|
| 118 |
"clinic_name": inv.clinic_name,
|
| 119 |
-
"patient_name": inv.patient_name,
|
| 120 |
"total_amount": inv.total_amount,
|
| 121 |
"received_amount": inv.received_amount,
|
| 122 |
"date": inv.date
|
|
|
|
| 116 |
"invoice_no": inv.invoice_number,
|
| 117 |
"doctor_name": inv.doctor_name,
|
| 118 |
"clinic_name": inv.clinic_name,
|
|
|
|
| 119 |
"total_amount": inv.total_amount,
|
| 120 |
"received_amount": inv.received_amount,
|
| 121 |
"date": inv.date
|