Rename model for custdata to CustomerClassic

This commit is contained in:
Lance Edgar 2023-06-12 17:30:44 -05:00
parent a6541a2c32
commit 9c15952386
9 changed files with 27 additions and 27 deletions

View file

@ -53,7 +53,7 @@ class corepos_problems_invalid_person_numbers(ProblemReportEmail):
def sample_data(self, request):
from corepos.db.office_op import model as corepos
customer = corepos.CustData(card_number=42,
customer = corepos.CustomerClassic(card_number=42,
first_name="Fred",
last_name="Flintstone",
person_number=2)