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