Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 79ae46a4

Von Bernd Bleßmann vor mehr als 11 Jahren hinzugefügt

FlattenToForm: auch currency (nicht nur curr) in die Form bringen.

Betrifft #2247.

Unterschiede anzeigen:

SL/DB/Helper/FlattenToForm.pm
18 18
                                    employee_id salesman_id closed department_id language_id payment_id delivery_customer_id delivery_vendor_id shipto_id proforma
19 19
                                    globalproject_id delivered transaction_description container_type accepted_by_customer invoice terms storno storno_id dunning_config_id
20 20
                                    orddate quodate reqdate gldate duedate deliverydate datepaid transdate));
21
  $form->{currency} = $form->{curr}; # curr is called currency in almost all forms
21 22

  
22 23
  if (_has($self, 'transdate')) {
23 24
    my $transdate_idx = ref($self) eq 'SL::DB::Order'   ? ($self->quotation ? 'quodate' : 'orddate')

Auch abrufbar als: Unified diff