Skip to content

Commit

Permalink
S:D:H:FlattenToForm: Bestätigungsnummer des Lieferanten
Browse files Browse the repository at this point in the history
  • Loading branch information
bblessmann committed Nov 22, 2023
1 parent 113c70b commit c8cba89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SL/DB/Helper/FlattenToForm.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ sub flatten_to_form {
_copy($self, $form, '', '', 0, qw(id type taxzone_id ordnumber quonumber invnumber donumber cusordnumber taxincluded shippingpoint shipvia notes intnotes cp_id
employee_id salesman_id closed department_id language_id payment_id delivery_customer_id delivery_vendor_id shipto_id proforma
globalproject_id delivered transaction_description container_type accepted_by_customer invoice storno storno_id dunning_config_id
orddate quodate reqdate gldate duedate deliverydate datepaid transdate tax_point delivery_term_id billing_address_id));
orddate quodate reqdate gldate duedate deliverydate datepaid transdate tax_point delivery_term_id billing_address_id
vendor_confirmation_number));
$form->{currency} = $form->{curr} = $self->currency_id ? $self->currency->name || '' : '';

if ( $vc eq 'customer' ) {
Expand Down

0 comments on commit c8cba89

Please sign in to comment.