Revision 94802c79
Von Bernd Blessmann vor fast 13 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
239 | 239 |
|
240 | 240 |
$form->{"$form->{vc}_id"} ||= $form->{"all_$form->{vc}"}->[0]->{id} if $form->{"all_$form->{vc}"}; |
241 | 241 |
|
242 |
$form->backup_vars(qw(payment_id language_id taxzone_id salesman_id taxincluded cp_id intnotes shipto_id)); |
|
242 |
$form->backup_vars(qw(payment_id language_id taxzone_id salesman_id taxincluded cp_id intnotes shipto_id currency));
|
|
243 | 243 |
$form->{shipto} = 1 if $form->{id}; |
244 | 244 |
|
245 | 245 |
# get customer / vendor |
... | ... | |
247 | 247 |
IS->get_customer(\%myconfig, \%$form) if $form->{type} =~ /sales_(order|quotation)/; |
248 | 248 |
|
249 | 249 |
$form->restore_vars(qw(payment_id language_id taxzone_id intnotes cp_id shipto_id)); |
250 |
$form->restore_vars(qw(currency)) if $form->{id}; |
|
250 | 251 |
$form->restore_vars(qw(taxincluded)) if $form->{id}; |
251 | 252 |
$form->restore_vars(qw(salesman_id)) if $editing; |
252 | 253 |
$form->{forex} = $form->{exchangerate}; |
Auch abrufbar als: Unified diff
Fix für Bug 1759: (Verbesserung) Währung bei Kunden / Lieferanten vorbelegen
Für Kunden und Lieferanten kann jetzt in den Stammdaten eine Währung
eingestellt werden, die als Voreinstellung in den Ver- und Einkaufs-
Masken dient.