Revision 5f0565fc
Von Kivitendo Admin vor mehr als 9 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
99 | 99 |
|
100 | 100 |
# show history button |
101 | 101 |
$form->{javascript} = qq|<script type="text/javascript" src="js/show_history.js"></script>|; |
102 |
#/show hhistory button |
|
103 | 102 |
|
104 | 103 |
my ($language_id, $printer_id); |
105 | 104 |
if ($form->{print_and_post}) { |
... | ... | |
173 | 172 |
$form->restore_vars(qw(salesman_id)) if $editing; |
174 | 173 |
|
175 | 174 |
|
176 |
# build vendor/customer drop down comatibility... don't ask |
|
175 |
# build vendor/customer drop down compatibility... don't ask
|
|
177 | 176 |
if (@{ $form->{"all_customer"} }) { |
178 | 177 |
$form->{"selectcustomer"} = 1; |
179 | 178 |
$form->{customer} = qq|$form->{customer}--$form->{"customer_id"}|; |
Auch abrufbar als: Unified diff
Typos in Kommentaren