Fixing style errors.
This commit is contained in:
parent
85628bad21
commit
38e0a8817d
@ -395,7 +395,6 @@ llxHeader('', $langs->trans('Inventory'), $help_url);
|
|||||||
|
|
||||||
// Part to show record
|
// Part to show record
|
||||||
if ($object->id > 0) {
|
if ($object->id > 0) {
|
||||||
|
|
||||||
$res = $object->fetch_optionals();
|
$res = $object->fetch_optionals();
|
||||||
|
|
||||||
$head = inventoryPrepareHead($object);
|
$head = inventoryPrepareHead($object);
|
||||||
@ -1061,7 +1060,6 @@ if ($object->id > 0) {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>';
|
</script>';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// End of page
|
// End of page
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user