Revision 024df846
Von Moritz Bunkus vor etwa 18 Jahren hinzugefügt
bin/mozilla/am.pl | ||
---|---|---|
330 | 330 |
<input type=hidden name=inventory_accno_id value=$form->{inventory_accno_id}> |
331 | 331 |
<input type=hidden name=income_accno_id value=$form->{income_accno_id}> |
332 | 332 |
<input type=hidden name=expense_accno_id value=$form->{expense_accno_id}> |
333 |
<input type=hidden name=fxgain_accno_id values=$form->{fxgain_accno_id}>
|
|
334 |
<input type=hidden name=fxloss_accno_id values=$form->{fxloss_accno_id}>
|
|
333 |
<input type=hidden name=fxgain_accno_id value=$form->{fxgain_accno_id}> |
|
334 |
<input type=hidden name=fxloss_accno_id value=$form->{fxloss_accno_id}> |
|
335 | 335 |
|
336 | 336 |
<table border=0 width=100%> |
337 | 337 |
<tr> |
Auch abrufbar als: Unified diff
Recommit von r1166 von udo_spallek: Bug in verstecktem Feld: <input type=hidden name=fxloss_accno_id values= values= durch value= ersetzt.