Revision d6bf475a
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
1129 | 1129 |
} |
1130 | 1130 |
$form->{ordnumber} = $form->{invnumber}; |
1131 | 1131 |
|
1132 |
$form->{old_employee_id} = $form->{employee_id}; |
|
1133 |
$form->{old_salesman_id} = $form->{salesman_id}; |
|
1134 |
|
|
1132 | 1135 |
map { delete $form->{$_} } qw(id printed emailed queued); |
1133 | 1136 |
if ($form->{script} eq 'ir.pl' || $form->{type} eq 'request_quotation') { |
1134 | 1137 |
$form->{title} = $locale->text('Add Purchase Order'); |
bin/mozilla/oe.pl | ||
---|---|---|
333 | 333 |
|
334 | 334 |
$form->{defaultcurrency} = $form->get_default_currency(\%myconfig); |
335 | 335 |
|
336 |
|
|
337 |
if ($form->{old_employee_id}) { |
|
338 |
$form->{employee_id} = $form->{old_employee_id}; |
|
339 |
} |
|
340 |
if ($form->{old_salesman_id}) { |
|
341 |
$form->{salesman_id} = $form->{old_salesman_id}; |
|
342 |
} |
|
343 |
|
|
336 | 344 |
map { $form->{$_} =~ s/\"/"/g } |
337 | 345 |
qw(ordnumber quonumber shippingpoint shipvia notes intnotes shiptoname |
338 | 346 |
shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact |
Auch abrufbar als: Unified diff
Weitere Feinheiten zum Patch "Verkaeufer und Bearbeiter wurden beim Umwandeln nicht uebernommen"