Fix: Tri sur date chance par dfaut pour les impayes plutot que date cration facture.
This commit is contained in:
parent
ecab16c052
commit
d7af323130
@ -65,7 +65,7 @@ llxHeader('',$langs->trans("UnpayedBills"));
|
||||
$page = $_GET["page"];
|
||||
$sortfield=$_GET["sortfield"];
|
||||
$sortorder=$_GET["sortorder"];
|
||||
if (! $sortfield) $sortfield="f.datef";
|
||||
if (! $sortfield) $sortfield="f.date_lim_reglement";
|
||||
if (! $sortorder) $sortorder="ASC";
|
||||
if ($page == -1) $page = 0;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user