CMXX - Update whereclause get/post
This commit is contained in:
@@ -12,7 +12,7 @@ $pdo = dbConnect($dbname);
|
||||
if (empty($partner->soldto) || $partner->soldto == ''){$soldto_search = '%';} else {$soldto_search = '-%';}
|
||||
|
||||
//default whereclause
|
||||
list($whereclause,$condition) = getWhereclauselvl2("invoice",$permission,$partner);
|
||||
list($whereclause,$condition) = getWhereclauselvl2("invoice",$permission,$partner,'get');
|
||||
|
||||
//NEW ARRAY
|
||||
$criterias = [];
|
||||
|
||||
Reference in New Issue
Block a user