customer with loan listing

This commit is contained in:
CHIEFSOFT\ameye
2025-05-24 07:41:20 -04:00
parent c9aba07e9c
commit 9e22e0fcf3
3 changed files with 3 additions and 20 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ class Customer(db.Model):
return customer
@classmethod
def get_customer(cls, customer_id):
def get_customer_with_loan_list(cls, customer_id):
"""
Get customer by ID.
"""