Fix remove button on list to create a new inventory

This commit is contained in:
atm-ph 2017-03-25 19:09:58 +01:00
parent 2fc74b4962
commit 4197254209

View File

@ -81,12 +81,12 @@ echo $list->render(Inventory::getSQL('All'), array(
));
if (!empty($user->rights->inventory->create))
/*if (!empty($user->rights->inventory->create))
{
print '<div class="tabsAction">';
print '<a class="butAction" href="inventory.php?action=create">'.$langs->trans('inventoryCreate').'</a>';
print '</div>';
}
}*/
echo '</form>';