Uniformize code
This commit is contained in:
parent
f74d4d645f
commit
4691072981
@ -1,6 +1,6 @@
|
|||||||
<?PHP
|
<?PHP
|
||||||
/* Copyright (C) 2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2005-2009 Laurent Destailleur <eldy@users.sourceforge.net>
|
* Copyright (C) 2005-2010 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
* Copyright (C) 2005-2009 Regis Houssin <regis@dolibarr.fr>
|
* Copyright (C) 2005-2009 Regis Houssin <regis@dolibarr.fr>
|
||||||
* Copyright (C) 2010 Juanjo Menent <jmenent@2byte.es>
|
* Copyright (C) 2010 Juanjo Menent <jmenent@2byte.es>
|
||||||
*
|
*
|
||||||
@ -42,7 +42,7 @@ $result = restrictedArea($user, 'prelevement','','','bons');
|
|||||||
|
|
||||||
llxHeader('',$langs->trans("WithdrawStatistics"));
|
llxHeader('',$langs->trans("WithdrawStatistics"));
|
||||||
|
|
||||||
print_titre($langs->trans("WithdrawStatistics"));
|
print_fiche_titre($langs->trans("WithdrawStatistics"));
|
||||||
|
|
||||||
|
|
||||||
$sql = "SELECT sum(pl.amount), count(pl.amount)";
|
$sql = "SELECT sum(pl.amount), count(pl.amount)";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user