Revision 89dd4ca8
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
1348 | 1348 |
due duedate transaction_description notes employee globalprojectnumber); |
1349 | 1349 |
|
1350 | 1350 |
my @hidden_variables = map { "l_${_}" } @columns; |
1351 |
push @hidden_variables, "l_subtotal", qw(open closed vendor invnumber ordnumber activity_description notes project_id transdatefrom transdateto);
|
|
1351 |
push @hidden_variables, "l_subtotal", qw(open closed vendor invnumber ordnumber transaction_description notes project_id transdatefrom transdateto);
|
|
1352 | 1352 |
|
1353 | 1353 |
my $href = build_std_url('action=ap_transactions', grep { $form->{$_} } @hidden_variables); |
1354 | 1354 |
|
bin/mozilla/ar.pl | ||
---|---|---|
1392 | 1392 |
globalprojectnumber); |
1393 | 1393 |
|
1394 | 1394 |
my @hidden_variables = map { "l_${_}" } @columns; |
1395 |
push @hidden_variables, "l_subtotal", qw(open closed customer invnumber ordnumber activity_description notes project_id transdatefrom transdateto);
|
|
1395 |
push @hidden_variables, "l_subtotal", qw(open closed customer invnumber ordnumber transaction_description notes project_id transdatefrom transdateto);
|
|
1396 | 1396 |
|
1397 | 1397 |
my $href = build_std_url('action=ar_transactions', grep { $form->{$_} } @hidden_variables); |
1398 | 1398 |
|
Auch abrufbar als: Unified diff
Falschen Spaltennamen korrigiert.