Fixing style errors.
This commit is contained in:
parent
d3024fdd1c
commit
e18b85ea87
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user