Fixing style errors.

This commit is contained in:
stickler-ci 2022-03-08 09:49:31 +00:00
parent 85628bad21
commit 38e0a8817d

View File

@ -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