Revision 12fb1a28
Von Jan Büren vor etwa 15 Jahren hinzugefügt
bin/mozilla/gl.pl | ||
---|---|---|
88 | 88 |
$form->{callback} = "gl.pl?action=add" unless $form->{callback}; |
89 | 89 |
|
90 | 90 |
# we use this only to set a default date |
91 |
# yep. aber er holt hier auch schon ALL_CHARTS. Aufwand / Nutzen? jb |
|
91 | 92 |
GL->transaction(\%myconfig, \%$form); |
92 | 93 |
|
93 | 94 |
map { |
... | ... | |
796 | 797 |
my %charts = (); |
797 | 798 |
my $taxchart_init; |
798 | 799 |
foreach my $item (@{ $form->{ALL_CHARTS} }) { |
800 |
if ($item->{charttype} eq 'H'){ #falls ?berschrift |
|
801 |
next; #?berspringen (Bug 1150) |
|
802 |
} |
|
799 | 803 |
my $key = $item->{accno} . "--" . $item->{tax_id}; |
800 | 804 |
$taxchart_init = $item->{tax_id} unless (@chart_values); |
801 | 805 |
push(@chart_values, $key); |
Auch abrufbar als: Unified diff
Fix für Bug 1150 - Dialogbuchen geht auf Überschriften. Entsprechend im Backend den chart.charttype zusätzlich geholt und die Liste ALL_CHARTS im Frontend gefiltert