Revision be7bfdb9
Von Moritz Bunkus vor mehr als 16 Jahren hinzugefügt
SL/OE.pm | ||
---|---|---|
620 | 620 |
my $ref = selectfirst_hashref_query($form, $dbh, $query); |
621 | 621 |
map { $form->{$_} = $ref->{$_} } keys %$ref; |
622 | 622 |
|
623 |
($form->{currency}) = split(/:/, $form->{currencies}); |
|
623 |
($form->{currency}) = split(/:/, $form->{currencies}) unless ($form->{currency});
|
|
624 | 624 |
|
625 | 625 |
# set reqdate if this is an invoice->order conversion. If someone knows a better check to ensure |
626 | 626 |
# we come from invoices, feel free. |
Auch abrufbar als: Unified diff
Eine ausgewählte Währung nicht mit der Standardwährung überschreiben.