Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 40a94352

Von Jan Büren vor mehr als 2 Jahren hinzugefügt

  • ID 40a94352008a84eef179efb96ded65fd2f16a2df
  • Vorgänger f0fa67d2
  • Nachfolger fe243aca

Wechselkurs beim Laden des Belegs in form_header oder retrieve_invoice holen

Unterschiede anzeigen:

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