Skip to content

Commit

Permalink
FIX #6253 Supplier invoice list filter does not respect "thirdparty" …
Browse files Browse the repository at this point in the history
…filter
  • Loading branch information
Juanjo Menent committed Jan 11, 2017
1 parent eb2ea07 commit ac58fd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/fourn/facture/list.php
Expand Up @@ -434,6 +434,7 @@
print '<input type="hidden" name="sortfield" value="'.$sortfield.'">';
print '<input type="hidden" name="sortorder" value="'.$sortorder.'">';
print '<input type="hidden" name="viewstatut" value="'.$viewstatut.'">';
print '<input type="hidden" name="socid" value="'.$socid.'">';

print_barre_liste($langs->trans("BillsSuppliers").($socid?" $soc->name.":""),$page,$_SERVER["PHP_SELF"],$param,$sortfield,$sortorder,'',$num,$nbtotalofrecords,'title_accountancy',0,'','',$limit);

Expand Down

0 comments on commit ac58fd9

Please sign in to comment.