Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f8ff75b7

Von Sven Schöling vor etwa 2 Jahren hinzugefügt

  • ID f8ff75b719e3dab385b8792845eb34aaa164384b
  • Vorgänger e39369ab
  • Nachfolger b9bb792b

ShippedQty: client config option auch entfernt

Nachtrag zu 9ea55a4e0dceba7470a477744cf29deb95eb09a8

Unterschiede anzeigen:

SL/Controller/ClientConfig.pm
19 19
use SL::Template;
20 20
use SL::Controller::TopQuickSearch;
21 21
use SL::DB::Helper::AccountingPeriod qw(get_balance_startdate_method_options);
22
use SL::Helper::ShippedQty;
23 22
use SL::VATIDNr;
24 23
use SL::ZUGFeRD;
25 24

  
26 25
__PACKAGE__->run_before('check_auth');
27 26

  
28 27
use Rose::Object::MakeMethods::Generic (
29
  'scalar --get_set_init' => [ qw(defaults all_warehouses all_weightunits all_languages all_currencies all_templates all_price_sources h_unit_name available_quick_search_modules available_shipped_qty_item_identity_fields
28
  'scalar --get_set_init' => [ qw(defaults all_warehouses all_weightunits all_languages all_currencies all_templates all_price_sources h_unit_name available_quick_search_modules
30 29
                                  all_project_statuses all_project_types zugferd_settings
31 30
                                  posting_options payment_options accounting_options inventory_options profit_options balance_startdate_method_options
32 31
                                  displayable_name_specs_by_module) ],
......
210 209
  [ SL::Controller::TopQuickSearch->new->available_modules ];
211 210
}
212 211

  
213
sub init_available_shipped_qty_item_identity_fields {
214
  [ SL::Helper::ShippedQty->new->available_item_identity_fields ];
215
}
216

  
217 212
sub init_displayable_name_specs_by_module {
218 213
  +{
219 214
     'SL::DB::Customer' => {

Auch abrufbar als: Unified diff