Revision b456ed26
Von Niclas Zimmermann vor fast 11 Jahren hinzugefügt
bin/mozilla/ir.pl | ||
---|---|---|
328 | 328 |
shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact shiptophone shiptofax |
329 | 329 |
shiptoemail shiptodepartment_1 shiptodepartment_2 message email subject cc bcc taxaccounts cursor_fokus |
330 | 330 |
convert_from_do_ids convert_from_oe_ids show_details gldate |
331 |
callback draft_id draft_description vendor_discount |
|
331 |
rowcount callback draft_id draft_description vendor_discount
|
|
332 | 332 |
), @custom_hiddens, |
333 | 333 |
map { $_.'_rate', $_.'_description', $_.'_taxnumber' } split / /, $form->{taxaccounts}]; |
334 | 334 |
|
bin/mozilla/is.pl | ||
---|---|---|
378 | 378 |
shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact shiptophone shiptofax |
379 | 379 |
shiptoemail shiptodepartment_1 shiptodepartment_2 shiptocp_gender message email subject cc bcc taxaccounts cursor_fokus |
380 | 380 |
convert_from_do_ids convert_from_oe_ids |
381 |
show_details callback draft_id draft_description customer_discount gldate |
|
381 |
show_details rowcount callback draft_id draft_description customer_discount gldate
|
|
382 | 382 |
), @custom_hiddens, |
383 | 383 |
map { $_.'_rate', $_.'_description', $_.'_taxnumber' } split / /, $form->{taxaccounts}]; |
384 | 384 |
|
templates/webpages/ir/form_footer.html | ||
---|---|---|
150 | 150 |
[% END %] |
151 | 151 |
[% END %] |
152 | 152 |
|
153 |
<input type="hidden" name="rowcount" value="[% rowcount %]"> |
|
154 | 153 |
</form> |
templates/webpages/is/form_footer.html | ||
---|---|---|
191 | 191 |
[% END %] |
192 | 192 |
[% END %] |
193 | 193 |
|
194 |
<input type="hidden" name="rowcount" value="[% rowcount %]"> |
|
195 | 194 |
</form> |
Auch abrufbar als: Unified diff
Revert "Variable rowcount darf erst nach form_footer als hidden übergeben werden"
This reverts commit 04e920ea457b3fbafdbf1b0753a504f028217993.