Correction bug #14017
This commit is contained in:
parent
62fd5f688e
commit
5d35dd22db
@ -54,7 +54,7 @@ if ($user->societe_id > 0)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
llxHeader('',$langs->trans("UnpayedBills"));
|
llxHeader('',$langs->trans("BillsCustomersUnpayed"));
|
||||||
|
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
@ -67,7 +67,6 @@ $sortfield=$_GET["sortfield"];
|
|||||||
$sortorder=$_GET["sortorder"];
|
$sortorder=$_GET["sortorder"];
|
||||||
if (! $sortfield) $sortfield="f.date_lim_reglement";
|
if (! $sortfield) $sortfield="f.date_lim_reglement";
|
||||||
if (! $sortorder) $sortorder="ASC";
|
if (! $sortorder) $sortorder="ASC";
|
||||||
if ($page == -1) $page = 0;
|
|
||||||
|
|
||||||
if ($user->rights->facture->lire)
|
if ($user->rights->facture->lire)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user