Revision aad6637b
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
364 | 364 |
title creditlimit creditremaining tradediscount business closedto locked shipped storno storno_id |
365 | 365 |
max_dunning_level dunning_amount |
366 | 366 |
shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact shiptophone shiptofax |
367 |
shiptoemail shiptodepartment_1 shiptodepartment_2 message email subject cc bcc taxaccounts cursor_fokus |
|
367 |
shiptoemail shiptodepartment_1 shiptodepartment_2 shiptocp_gender message email subject cc bcc taxaccounts cursor_fokus
|
|
368 | 368 |
convert_from_do_ids convert_from_oe_ids |
369 | 369 |
), @custom_hiddens, |
370 | 370 |
map { $_.'_rate', $_.'_description', $_.'_taxnumber' } split / /, $form->{taxaccounts}]; |
bin/mozilla/oe.pl | ||
---|---|---|
417 | 417 |
title creditlimit creditremaining tradediscount business |
418 | 418 |
max_dunning_level dunning_amount shiptoname shiptostreet shiptozipcode |
419 | 419 |
shiptocity shiptocountry shiptocontact shiptophone shiptofax |
420 |
shiptodepartment_1 shiptodepartment_2 shiptoemail |
|
420 |
shiptodepartment_1 shiptodepartment_2 shiptoemail shiptocp_gender
|
|
421 | 421 |
message email subject cc bcc taxpart taxservice taxaccounts cursor_fokus), |
422 | 422 |
@custom_hiddens, |
423 | 423 |
map { $_.'_rate', $_.'_description' } split / /, $form->{taxaccounts} ]; # deleted: discount |
templates/webpages/do/form_header.html | ||
---|---|---|
92 | 92 |
<input type="hidden" name="shiptophone" value="[% HTML.escape(shiptophone) %]"> |
93 | 93 |
<input type="hidden" name="shiptostreet" value="[% HTML.escape(shiptostreet) %]"> |
94 | 94 |
<input type="hidden" name="shiptozipcode" value="[% HTML.escape(shiptozipcode) %]"> |
95 |
<input type="hidden" name="shiptocp_gender" value="[% HTML.escape(shiptocp_gender) %]"> |
|
95 | 96 |
<input type="hidden" name="subject" value="[% HTML.escape(subject) %]"> |
96 | 97 |
<input type="hidden" name="taxincluded" value="[% HTML.escape(taxincluded) %]"> |
97 | 98 |
<input type="hidden" name="taxzone_id" value="[% HTML.escape(taxzone_id) %]"> |
Auch abrufbar als: Unified diff
Feld shiptocp_gender mitschleifen