Revision 40a94352
Von Jan Büren vor mehr als 2 Jahren hinzugefügt
bin/mozilla/ar.pl | ||
---|---|---|
? ($form->current_date(\%myconfig) eq $form->{gldate})
|
||
: ($::instance_conf->get_ar_changeable == 1);
|
||
$readonly = ($form->{radier}) ? "" : $readonly;
|
||
$form->{defaultcurrency} = $form->get_default_currency(\%myconfig);
|
||
if ($form->{currency} ne $form->{defaultcurrency}) {
|
||
($form->{exchangerate}, $form->{record_forex}) = $form->check_exchangerate(\%myconfig, $form->{currency}, $form->{transdate}, "buy", $form->{id}, 'ar');
|
||
}
|
||
|
||
$form->{forex} = $form->check_exchangerate( \%myconfig, $form->{currency}, $form->{transdate}, 'buy');
|
||
$form->{exchangerate} = $form->{forex} if $form->{forex};
|
||
|
||
$rows = max 2, $form->numtextrows($form->{notes}, 50);
|
||
|
Auch abrufbar als: Unified diff
Wechselkurs beim Laden des Belegs in form_header oder retrieve_invoice holen