Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 6accc5b8

Von Cem Aydin vor 12 Monaten hinzugefügt

  • ID 6accc5b897f4f57d4a9da182915080fac070956b
  • Vorgänger bb219a3c
  • Nachfolger 039f2101

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

- obsoletes JavaScript laden entfernt

Unterschiede anzeigen:

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

  
566
  $::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");
566
  $::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");
567 567
  # $form->{totalpaid} is used by the action bar setup to determine
568 568
  # whether or not canceling is allowed. Therefore it must be
569 569
  # calculated prior to the action bar setup.

Auch abrufbar als: Unified diff