Revision f2c923a1
Von Udo Spallek vor mehr als 18 Jahren hinzugefügt
bin/mozilla/am.pl | ||
---|---|---|
294 | 294 |
<input type=hidden name=inventory_accno_id value=$form->{inventory_accno_id}> |
295 | 295 |
<input type=hidden name=income_accno_id value=$form->{income_accno_id}> |
296 | 296 |
<input type=hidden name=expense_accno_id value=$form->{expense_accno_id}> |
297 |
<input type=hidden name=fxgain_accno_id values=$form->{fxgain_accno_id}>
|
|
298 |
<input type=hidden name=fxloss_accno_id values=$form->{fxloss_accno_id}>
|
|
297 |
<input type=hidden name=fxgain_accno_id value=$form->{fxgain_accno_id}> |
|
298 |
<input type=hidden name=fxloss_accno_id value=$form->{fxloss_accno_id}> |
|
299 | 299 |
|
300 | 300 |
<table border=0 width=100%> |
301 | 301 |
<tr> |
Auch abrufbar als: Unified diff
Bug in verstecktem Feld: <input type=hidden name=fxloss_accno_id values=
values= durch value= ersetzt.