Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9b30f204

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

  • ID 9b30f204dc407e04bd2c5d07e8f77f316182bc97
  • Vorgänger 6b84d430
  • Nachfolger 317601e4

Einkaufsrechnungen: closedto beachten

Unterschiede anzeigen:

bin/mozilla/ir.pl
705 705

  
706 706
  $form->error($locale->text('Cannot post transaction above the maximum future booking date!'))
707 707
    if ($form->date_max_future($invdate, \%myconfig));
708
  $form->error($locale->text('Cannot post invoice for a closed period!')) if $max_datepaid && $form->date_closed($max_datepaid, \%myconfig);
708
  $form->error($locale->text('Cannot post invoice for a closed period!'))
709
    if ($invdate <= $closedto);
709 710

  
710 711
  $form->isblank("exchangerate", $locale->text('Exchangerate missing!'))
711 712
    if ($form->{currency} ne $form->{defaultcurrency});

Auch abrufbar als: Unified diff