Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision cc5e9e25

Von Tamino Steinert vor etwa 1 Jahr hinzugefügt

  • ID cc5e9e25265517d72ba2e7f78f5440f24f52386d
  • Vorgänger 2135945d
  • Nachfolger 18a5640d

customer: Mahnsperre in Bericht anzeigen, sortieren und filtern

Unterschiede anzeigen:

bin/mozilla/ct.pl
160 160
  push @options, $locale->text('Billing/shipping address (GLN)')     . " : $form->{addr_gln}"              if $form->{addr_gln};
161 161
  push @options, $locale->text('Quick Search')                       . " : $form->{all}"                   if $form->{all};
162 162
  push @options, $locale->text('Factur-X/ZUGFeRD settings')          . " : $zugferd_filter"                if $zugferd_filter;
163
  push @options, $locale->text('Dunning lock')                       . " : $form->{dunning_lock}"          if $form->{dunning_lock} ne '';
163 164

  
164 165
  if ($form->{business_id}) {
165 166
    my $business = SL::DB::Manager::Business->find_by(id => $form->{business_id});
......
187 188
    'fax',       'email',   'taxnumber',           'street',    'zipcode' , 'city',
188 189
    'business',  'payment', 'invnumber', 'ordnumber',           'quonumber', 'salesman',
189 190
    'country',   'gln',     'insertdate',           'pricegroup', 'contact_origin', 'invoice_mail',
190
    'creditlimit', 'ustid', 'commercial_court', 'delivery_order_mail'
191
    'creditlimit', 'ustid', 'commercial_court', 'delivery_order_mail', 'dunning_lock'
191 192
  );
192 193

  
193 194
  my @includeable_custom_variables = grep { $_->{includeable} } @{ $cvar_configs };
......
230 231
    'ustid'             => { 'text' => $locale->text('VAT ID'), },
231 232
    'commercial_court'  => { 'text' => $locale->text('Commercial court'), },
232 233
    create_zugferd_invoices => { text => $locale->text('Factur-X/ZUGFeRD settings'), },
234
    'dunning_lock'      => { 'text' => $locale->text('Dunning lock'), },
233 235
    %column_defs_cvars,
234 236
  );
235 237

  
......
238 240
  my @hidden_variables  = ( qw(
239 241
      db status obsolete name contact email cp_name addr_street addr_zipcode
240 242
      addr_city addr_country addr_gln business_id salesman_id insertdateto insertdatefrom all
241
      all_phonenumbers
243
      all_phonenumbers dunning_lock
242 244
    ), "$form->{db}number",
243 245
    map({ "cvar_$_->{name}" } @searchable_custom_variables),
244 246
    map({'cvar_'. $_->{name} .'_from'} grep({$_->{type} eq 'date'} @searchable_custom_variables)),

Auch abrufbar als: Unified diff