Revision 988c990e
Von Sven Schöling vor fast 13 Jahren hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
1538 | 1538 |
|
1539 | 1539 |
$auth->assert('part_service_assembly_edit'); |
1540 | 1540 |
|
1541 |
# what does eur set here? why is it in namespace? |
|
1542 |
# call of get_accounting_method preserves format of $form->{eur}, which expects 1 or 0 |
|
1543 |
$form->{eur} = $::instance_conf->get_accounting_method eq 'cash' ? 1 : 0; # config dumps into namespace - yuck |
|
1544 | 1541 |
$form->{pg_keys} = sub { "$_[0]->{partsgroup}--$_[0]->{id}" }; |
1545 | 1542 |
$form->{description_area} = ($form->{rows} = $form->numtextrows($form->{description}, 40)) > 1; |
1546 | 1543 |
$form->{notes_rows} = max 4, $form->numtextrows($form->{notes}, 40), $form->numtextrows($form->{formel}, 40); |
Auch abrufbar als: Unified diff
Ein Vorkommen von eur in ic.pl entfernt.
$eur wurde hier in sql-ledger benutzt um die Buchungskonten zu
unterscheiden. Das wird aber seit Einführung der Buchungsgruppen nicht mehr
gemacht. Ergo muss eur hier auch nicht bereitgestellt werden.