Fixing style errors.

This commit is contained in:
stickler-ci 2020-08-29 14:08:42 +00:00
parent d3024fdd1c
commit e18b85ea87

View File

@ -75,7 +75,7 @@ if ($action == 'getProducts') {
$thirdparty = new Societe($db); $thirdparty = new Societe($db);
$result = $thirdparty->fetch('', '', '', $term); $result = $thirdparty->fetch('', '', '', $term);
if( $result && $thirdparty->id > 0) { if ( $result && $thirdparty->id > 0) {
$rows = array(); $rows = array();
$rows[] = array( $rows[] = array(
'rowid' => $thirdparty->id, 'rowid' => $thirdparty->id,