Skip to content

Commit

Permalink
Merge pull request #11713 from ptibogxiv/patch-225
Browse files Browse the repository at this point in the history
Fix context in takepos
  • Loading branch information
eldy committed Aug 22, 2019
2 parents cdda08c + 5613532 commit f739187
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/societe/list.php
Expand Up @@ -596,6 +596,7 @@
print '<input type="hidden" name="sortfield" value="'.$sortfield.'">';
print '<input type="hidden" name="sortorder" value="'.$sortorder.'">';
print '<input type="hidden" name="page" value="'.$page.'">';
print '<input type="hidden" name="contextpage" value="'.$contextpage.'">';

print_barre_liste($title, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, $massactionbutton, $num, $nbtotalofrecords, 'title_companies', 0, $newcardbutton, '', $limit);

Expand Down

0 comments on commit f739187

Please sign in to comment.