Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 4bd1e2f8

Von Sven Schöling vor etwa 9 Jahren hinzugefügt

  • ID 4bd1e2f8b588972f10f92728301feacefd5ee4dd
  • Vorgänger 38e2876f
  • Nachfolger 496f55c6

login nicht aus $::form nehmen. Teil 1

Unterschiede anzeigen:

SL/Controller/Inventory.pm
243 243

  
244 244
  my $msg = t8('No warehouse has been created yet or the quantity of the bins is not configured yet.') . ' ';
245 245

  
246
  if ($::auth->check_right($::form->{login}, 'config')) { # TODO wut?
246
  if ($::auth->check_right($::myconfig{login}, 'config')) { # TODO wut?
247 247
    $msg .= t8('You can create warehouses and bins via the menu "System -> Warehouses".');
248 248
  } else {
249 249
    $msg .= t8('Please ask your administrator to create warehouses and bins.');

Auch abrufbar als: Unified diff