Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 6ed96afe

Von Cem Aydin vor 11 Monaten hinzugefügt

  • ID 6ed96afedb935c225da6f42f8a90a321f5c2193c
  • Vorgänger 654da527
  • Nachfolger 6c758ac4

Debitoren-/Kreditorenbuchung: Kunden/Lieferanten picker mit Details Option verwenden

- obsoletes JavaScript laden entfernt

Unterschiede anzeigen:

bin/mozilla/ap.pl
562 562
  my $follow_up_vc         = $form->{vendor_id} ? SL::DB::Vendor->load_cached($form->{vendor_id})->name : '';
563 563
  my $follow_up_trans_info =  "$form->{invnumber} ($follow_up_vc)";
564 564

  
565
  $::request->layout->add_javascripts("autocomplete_chart.js", "show_vc_details.js", "show_history.js", "follow_up.js", "kivi.Draft.js", "kivi.SalesPurchase.js", "kivi.GL.js", "kivi.RecordTemplate.js", "kivi.File.js", "kivi.AP.js", "kivi.CustomerVendor.js", "kivi.Validator.js", "autocomplete_project.js");
565
  $::request->layout->add_javascripts("autocomplete_chart.js", "show_history.js", "follow_up.js", "kivi.Draft.js", "kivi.SalesPurchase.js", "kivi.GL.js", "kivi.RecordTemplate.js", "kivi.File.js", "kivi.AP.js", "kivi.CustomerVendor.js", "kivi.Validator.js", "autocomplete_project.js");
566 566
  # $form->{totalpaid} is used by the action bar setup to determine
567 567
  # whether or not canceling is allowed. Therefore it must be
568 568
  # calculated prior to the action bar setup.

Auch abrufbar als: Unified diff