Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 43f9b1c5

Von G. Richardson vor etwa 13 Jahren hinzugefügt

  • ID 43f9b1c512be9bc2199369c2f5accea32b8bd423
  • Vorgänger 45de0008
  • Nachfolger 306fad80

Umstellung von eur zu 3 Variablen in defaults

accounting_method inventory_system profit_determination

Details siehe doc/umstellung_eur.txt

Unterschiede anzeigen:

bin/mozilla/rp.pl
146 146

  
147 147
  $form->{title} = $locale->text($title{ $form->{report} });
148 148

  
149
  my $accrual = $::lx_office_conf{system}->{eur} ? ""        : "checked";
150
  my $cash    = $::lx_office_conf{system}->{eur} ? "checked" : "";
149
  my $accrual =  $::instance_conf->get_accounting_method eq 'cash' ? ""        : "checked";
150
  my $cash    =  $::instance_conf->get_accounting_method eq 'cash' ? "checked" : "";
151 151

  
152 152
  my $year = (localtime)[5] + 1900;
153 153

  

Auch abrufbar als: Unified diff