Topic: Does debtor_ref need to be unique?
Hi guys,
I've been reading post https://frontaccounting.com/punbb/viewtopic.php?id=1510 and have a similar problem with debtor_ref being unique.
I'm importing customers from Zen Cart using zen_import and noticed that if 2 customers have the same name, the import assumes they are the same person.
After a bit of digging I realised it is because debtor_ref on the debtors_master file must be unique.
I know we definitely have separate customers that happen to have the same name so my question is simply, if I remove the uniqueness of debtor_ref using MyphpAdmin, will that cause an issue?
Thanks for your help!