Revision 94e11003
Von Moritz Bunkus vor mehr als 16 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
614 | 614 |
creditlimit creditremaining tradediscount business closedto locked shipped storno storno_id |
615 | 615 |
max_dunning_level dunning_amount |
616 | 616 |
shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact shiptophone shiptofax |
617 |
shiptoemail shiptodepartment_1 shiptodepartment_2 message email subject cc bcc taxaccounts cursor_fokus), |
|
617 |
shiptoemail shiptodepartment_1 shiptodepartment_2 message email subject cc bcc taxaccounts cursor_fokus |
|
618 |
convert_from_do_ids convert_from_oe_ids), |
|
618 | 619 |
map { $_.'_rate', $_.'_description', $_.'_taxnumber' } split / /, $form->{taxaccounts} ); |
619 | 620 |
|
620 | 621 |
print qq|<p>$form->{saved_message}</p>| if $form->{saved_message}; |
... | ... | |
1192 | 1193 |
$cgi->hidden("-name" => "callback", "-value" => $form->{callback}) |
1193 | 1194 |
. $cgi->hidden('-name' => 'draft_id', '-default' => [$form->{draft_id}]) |
1194 | 1195 |
. $cgi->hidden('-name' => 'draft_description', '-default' => [$form->{draft_description}]) |
1195 |
. $cgi->hidden('-name' => 'close_do_ids', '-default' => [$form->{close_do_ids}]) |
|
1196 | 1196 |
. qq| |
1197 | 1197 |
</form> |
1198 | 1198 |
|
Auch abrufbar als: Unified diff
Beim Umwandeln von Angeboten/Preisanfragen in Aufträge die IDs in record_links speichern. Beim Umwandeln von Aufträgen und Lieferscheinen in Rechnungen die IDs in record_links speichern.