Commit 49c3ffb94ec1a94b1fba612e5622ea68e805c401

Authored by Administrator
1 parent 96b36bab

add local config

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/lib/models/customers.php
... ... @@ -504,7 +504,7 @@ class customers extends \db
504 504  
505 505 $connection->commit();
506 506  
507   - return true;
  507 + return $result;
508 508 }
509 509 catch(\Exception $e)
510 510 {
... ...