Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision fce441db

Von Sven Schöling vor fast 15 Jahren hinzugefügt

  • ID fce441db48f9442d88659b2d61813fe929c9b6d5
  • Vorgänger 58d115ff
  • Nachfolger f8529382

Bugfixes zum Rechnungstemplate

Unterschiede anzeigen:

bin/mozilla/is.pl
194 194
    $form->{shipto_id} = $shipto_id;
195 195
  }
196 196

  
197
  # build vendor/customer drop down comatibility... don't ask
198
  if (@{ $form->{"all_customer"} }) {
199
    $form->{"selectcustomer"} = 1;
200
    $form->{customer}         = qq|$form->{customer}--$form->{"customer_id"}|;
201
  }
202

  
197 203
  $form->{oldcustomer} = "$form->{customer}--$form->{customer_id}";
198 204
  $form->{selectcustomer} = 1;
199 205

  
......
393 399
  $TMPL_VAR{numberformat}        = $myconfig{numberformat};
394 400

  
395 401
  # hiddens
396
  $TMPL_VAR{HIDDEN} = [qw(
402
  $TMPL_VAR{HIDDENS} = [qw(
397 403
    id action type media format queued printed emailed title vc discount
398
    creditlimit creditremaining tradediscount business closedto locked shipped storno storno_id
404
    title creditlimit creditremaining tradediscount business closedto locked shipped storno storno_id
399 405
    max_dunning_level dunning_amount
400 406
    shiptoname shiptostreet shiptozipcode shiptocity shiptocountry  shiptocontact shiptophone shiptofax
401 407
    shiptoemail shiptodepartment_1 shiptodepartment_2 message email subject cc bcc taxaccounts cursor_fokus

Auch abrufbar als: Unified diff