Skip to content

Commit

Permalink
Fix parameter sendmassremind
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Aug 18, 2015
1 parent fabd751 commit 241bf85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/compta/facture/mergepdftool.php
Expand Up @@ -56,7 +56,7 @@
}
if ($option == 'late') $filter = 'paye:0';
if ($option == 'unpaidall') $filter = 'paye:0';
if ($mode == 'sendremind' && $filter == '') $filter = 'paye:0';
if ($mode == 'sendmassremind' && $filter == '') $filter = 'paye:0';
if ($filter == '') $filter = 'paye:0';

$search_user = GETPOST('search_user','int');
Expand Down

0 comments on commit 241bf85

Please sign in to comment.