Revision 0f179c9a
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
835 | 835 |
$form->error($locale->text("Invoice has already been storno'd!")); |
836 | 836 |
} |
837 | 837 |
|
838 |
map({ my $key = $_; delete($form->{$key}) unless (grep({ $key eq $_ } qw(id login password stylesheet type))); } keys(%{ $form }));
|
|
838 |
map({ my $key = $_; delete($form->{$key}) unless (grep({ $key eq $_ } qw(id login password type))); } keys(%{ $form })); |
|
839 | 839 |
|
840 | 840 |
invoice_links(); |
841 | 841 |
prepare_invoice(); |
Auch abrufbar als: Unified diff
stylesheet/javascript handling verbessert