customer with loan listing
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user