Revision 823d3ba7
Von Moritz Bunkus vor mehr als 14 Jahren hinzugefügt
bin/mozilla/do.pl | ||
---|---|---|
466 | 466 |
|
467 | 467 |
my @hidden_variables = map { "l_${_}" } @columns; |
468 | 468 |
push @hidden_variables, $form->{vc}, qw(l_closed l_notdelivered open closed delivered notdelivered donumber ordnumber |
469 |
transaction_description transdatefrom transdateto type vc employee_id salesman_id); |
|
469 |
transaction_description transdatefrom transdateto type vc employee_id salesman_id project_id);
|
|
470 | 470 |
|
471 | 471 |
my $href = build_std_url('action=orders', grep { $form->{$_} } @hidden_variables); |
472 | 472 |
|
doc/changelog | ||
---|---|---|
161 | 161 |
922 940 1024 1025 1028 1030 1031 1034 1035 1037 1040 1043 1044 1046 |
162 | 162 |
1051 1055 1057 1058 1072 1073 1077 1081 1082 1095 1098 1100 1101 |
163 | 163 |
1108 1110 1118 1125 1127 1130 1133 1136 1138 1147 1150 1151 1155 |
164 |
1164 1177 1186 1190 1191 1199 1201 |
|
164 |
1164 1177 1186 1188 1190 1191 1199 1201
|
|
165 | 165 |
|
166 | 166 |
|
167 | 167 |
2009-06-02 - Version 2.6.0 |
Auch abrufbar als: Unified diff
Projektfilter bei Umsortieren beibehalten
Fix für Bug 1188.