Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9e06d0e4

Von Philip Reetz vor mehr als 16 Jahren hinzugefügt

  • ID 9e06d0e40cb328336d6e7604ec06387a0e3b1ea7
  • Vorgänger 1d089d50
  • Nachfolger 57eb1337

Ueberarbeitete Buecherkontrolle

Unterschiede anzeigen:

bin/mozilla/gl.pl
1457 1457

  
1458 1458
  # this is just for the wise guys
1459 1459
  $form->error($locale->text('Cannot post transaction for a closed period!'))
1460
    if ($transdate <= $closedto);
1460
    if ($form->date_closed($form->{"transdate"}, \%myconfig));
1461 1461
  if ($form->round_amount($debit, 2) != $form->round_amount($credit, 2)) {
1462 1462
    $form->error($locale->text('Out of balance transaction!'));
1463 1463
  }

Auch abrufbar als: Unified diff