Revision d735aab3
Von Martin Helmling mh@waldpark.octosoft.eu vor etwa 9 Jahren hinzugefügt
bin/mozilla/ir.pl | ||
---|---|---|
672 | 672 |
|
673 | 673 |
$main::auth->assert('vendor_invoice_edit'); |
674 | 674 |
|
675 |
$form->mtime_ischanged('ap') ; |
|
675 | 676 |
$form->{defaultcurrency} = $form->get_default_currency(\%myconfig); |
676 | 677 |
for my $i (1 .. $form->{paidaccounts}) { |
677 | 678 |
if ($form->{"paid_$i"}) { |
... | ... | |
731 | 732 |
|
732 | 733 |
$main::auth->assert('vendor_invoice_edit'); |
733 | 734 |
|
735 |
$form->mtime_ischanged('ap'); |
|
734 | 736 |
$form->{defaultcurrency} = $form->get_default_currency(\%myconfig); |
735 | 737 |
|
736 | 738 |
$form->isblank("invdate", $locale->text('Invoice Date missing!')); |
Auch abrufbar als: Unified diff
Prüfen beim Speichern, ob Dokument geändert wurde.
Allgemeine Funktion in Forms zum Lesen und Vergleichen der mtime
überall Form variable lastmtime da mtime mehrfach auftaucht
Conflicts:
templates/webpages/ar/form_header.html
templates/webpages/do/form_header.html