Revision 0a60b9c2
Von Sven Schöling vor mehr als 16 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
257 | 257 |
# Container for template variables. Unfortunately this has to be visible in form_footer too, so not my. |
258 | 258 |
our %TMPL_VAR = (); |
259 | 259 |
|
260 |
$form->{employee_id} = $form->{old_employee_id} if $form->{old_employee_id}; |
|
261 |
$form->{salesman_id} = $form->{old_salesman_id} if $form->{old_salesman_id}; |
|
262 |
|
|
263 | 260 |
$form->{defaultcurrency} = $form->get_default_currency(\%myconfig); |
264 | 261 |
|
265 | 262 |
$form->{employee_id} = $form->{old_employee_id} if $form->{old_employee_id}; |
Auch abrufbar als: Unified diff
Commit 2570 war teilweise nutzlos.