Revision fb37acdc
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
SL/IR.pm | ||
---|---|---|
46 | 46 |
|
47 | 47 |
# connect to database, turn off autocommit |
48 | 48 |
my $dbh = $provided_dbh ? $provided_dbh : $form->dbconnect_noauto($myconfig); |
49 |
$form->{defaultcurrency} = $form->get_default_currency($myconfig); |
|
49 | 50 |
|
50 | 51 |
my ($query, $sth, @values, $project_id); |
51 | 52 |
my ($allocated, $taxrate, $taxamount, $taxdiff, $item); |
Auch abrufbar als: Unified diff
Probleme mit mehreren Währungen und Wechselkursen behoben.