Skip to content

Commit

Permalink
>INT Combo-lookup: fixed paging with filter
Browse files Browse the repository at this point in the history
  • Loading branch information
tvannini committed Aug 28, 2019
1 parent 2a94cd7 commit f83d22a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/js/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -6043,8 +6043,8 @@ o2jse.lu.exeReq = function(descField, act) {
'&o2_prgexeid=' + descField.o2.e +
'&o2lastform=' + descField.o2.f +
'&o2lastctrl=' + descField.o2.c +
(act ? '' : '&' +
descField.name + '=' + encodeURIComponent(descField.value));
'&' +
descField.name + '=' + encodeURIComponent(descField.value);
firedCtrl.reqId = o2jse.requester.exe('lookup',
reqBody,
firedCtrl,
Expand Down

0 comments on commit f83d22a

Please sign in to comment.