Revision 6354fe29
Von Jan Büren vor etwa 14 Jahren hinzugefügt
bin/mozilla/cp.pl | ||
---|---|---|
48 | 48 |
|
49 | 49 |
sub payment { |
50 | 50 |
$lxdebug->enter_sub(); |
51 |
|
|
51 | 52 |
$auth->assert('cash'); |
52 | 53 |
|
53 | 54 |
my (@curr); |
... | ... | |
82 | 83 |
} |
83 | 84 |
|
84 | 85 |
CP->paymentaccounts(\%myconfig, \%$form); |
86 |
|
|
85 | 87 |
$form->{selectaccount} = ""; |
86 | 88 |
$form->{"select$form->{ARAP}"} = ""; |
87 | 89 |
|
... | ... | |
286 | 288 |
<th align=right nowrap>| . $locale->text('Currency') . qq|</th> |
287 | 289 |
<td><select name=currency>$form->{selectcurrency}</select></td> |
288 | 290 |
<input type=hidden name=selectcurrency value="$form->{selectcurrency}"> |
291 |
<input type=hidden name=oldcurrency value=$form->{oldcurrency}> |
|
289 | 292 |
</tr> |
290 | 293 |
$exchangerate |
291 | 294 |
<tr> |
Auch abrufbar als: Unified diff
Formatierungen wieder korrigiert und oldcurrency als hidden-Parameter wieder reingetan, auch wenn dieser nicht korrekt übernommen wird.