Revision 32421f9a
Von Jan Büren vor mehr als 8 Jahren hinzugefügt
SL/Helper/PrintOptions.pm | ||
---|---|---|
51 | 51 |
($form->{type} eq 'sales_order') ? ( |
52 | 52 |
opthash("sales_order", $form->{PD}{sales_order}, $locale->text('Confirmation')), |
53 | 53 |
opthash("proforma", $form->{PD}{proforma}, $locale->text('Proforma Invoice')), |
54 |
opthash("ic_supply", $form->{PD}{ic_supply}, $locale->text('Intra-Community supply')), |
|
54 | 55 |
) : undef, |
55 | 56 |
($form->{type} =~ /sales_quotation$/) ? |
56 | 57 |
opthash('sales_quotation', $form->{PD}{sales_quotation}, $locale->text('Quotation')) : undef, |
bin/mozilla/io.pl | ||
---|---|---|
1245 | 1245 |
$order = 1; |
1246 | 1246 |
} |
1247 | 1247 |
|
1248 |
if (($form->{type} eq 'sales_order') && ($form->{formname} eq 'ic_supply') ) { |
|
1249 |
$inv = "inv"; |
|
1250 |
$due = "due"; |
|
1251 |
$form->{"${inv}date"} = $form->{transdate}; |
|
1252 |
$form->{"invdate"} = $form->{transdate}; |
|
1253 |
$form->{invnumber} = $form->{ordnumber}; |
|
1254 |
$form->{label} = $locale->text('Intra-Community supply'); |
|
1255 |
$numberfld = "sonumber"; |
|
1256 |
$order = 1; |
|
1257 |
} |
|
1258 |
|
|
1248 | 1259 |
if ($form->{formname} eq 'request_quotation') { |
1249 | 1260 |
$inv = "quo"; |
1250 | 1261 |
$due = "req"; |
Auch abrufbar als: Unified diff
Gelangensbestätigung als Weiche in io.pl UND Helper PrintOptions.pm