mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 17:18:13 +01:00
Fix CI
This commit is contained in:
@@ -105,8 +105,8 @@ $pageprev = $page - 1;
|
||||
$pagenext = $page + 1;
|
||||
|
||||
$object = new FactureFournisseurRec($db);
|
||||
if (($id > 0 || $title) && $action != 'create' && $action != 'add') {
|
||||
$ret = $object->fetch($id, $title);
|
||||
if (($id > 0 || $ref) && $action != 'create' && $action != 'add') {
|
||||
$ret = $object->fetch($id, $ref);
|
||||
if (! $ret) {
|
||||
setEventMessages($langs->trans("ErrorRecordNotFound"), null, 'errors');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user