FIX date add customer

main
nocode 1 year ago
parent fbbb065965
commit a867dba8e2
  1. 2
      Modules/Agents/Services/AgentService.php

@ -212,7 +212,7 @@ class AgentService
continue; // skip
}
if (!empty($input['agents_code'])) { // if existing up_geant
if (strtolower($vAgent->code) != strtolower($input['agents_code']))
if (strtolower($vByAgent->code) != strtolower($input['agents_code']))
continue; // skip
}
$finalDataTemp[] = [

Loading…
Cancel
Save