Revision 87eebe6c
Von Niclas Zimmermann vor etwa 12 Jahren hinzugefügt
sql/Pg-upgrade2/steuerfilterung.pl | ||
---|---|---|
my $categories;
|
||
my $tax_id;
|
||
|
||
if ( $::form->{'continued'} ) {
|
||
if ( $::form->{continued_tax} ) {
|
||
my $update_query;
|
||
foreach my $i (1 .. $::form->{rowcount}) {
|
||
$tax_id = $::form->{"tax_id_$i"};
|
templates/webpages/dbupgrade/steuerfilterung.html | ||
---|---|---|
|
||
<form name="Form" method="post" action="login.pl">
|
||
<input type="hidden" name="action" value="login">
|
||
<input type="hidden" name="continued" value="1">
|
||
<input type="hidden" name="continued_tax" value="1">
|
||
|
||
<p>[% 'From this version on a new feature is available.' | $T8 %]</p>
|
||
<p>[% 'You can choose account categories for taxes. Depending on these categories taxes will be displayed for transfers in the general ledger or not.' | $T8 %]</p>
|
Auch abrufbar als: Unified diff
Konflikt zwischen zwei Upgrade-Scripten beheben
Im template erzeugnisnummern.html vom Upgrade erzeugnisnummern.pl
wurde eine Form-Variable continued gesetzt, die auch vom Upgrade
steuerfilterung.pl benutzt wurde. Dadurch kam es zu Problemen.
Die Variable 'continued' wurde nun in steuerfilterung umbenannt.
Behebt Bug #2252.