Added billing fields to address

This commit is contained in:
Frank Schubert
2022-01-20 22:59:33 +01:00
parent 18fba299a4
commit fec01ee1bc
4 changed files with 184 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ foreach(IvtCustomerModel::getAll() as $cust) {
if(!$cust->id) {
continue;
}
foreach(['deleted', 'deletet', 'deleded', 'delete'] as $word) {
foreach(['deleted', 'deletet', 'deleded', 'delete', 'deledet'] as $word) {
if(strtolower(trim($cust->company)) == $word || strtolower(trim($cust->surname)) == $word || strtolower(trim($cust->firstname)) == $word) {
continue 2;
}