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