Correction total des factures
This commit is contained in:
parent
3dcf7cc5a7
commit
aca437e5be
@ -218,7 +218,7 @@ if ($action == 'create')
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
$factures = $projet->get_facture_list();
|
$factures = $projet->get_facture_list();
|
||||||
|
$total = 0;
|
||||||
if (sizeof($factures)>0 && is_array($factures))
|
if (sizeof($factures)>0 && is_array($factures))
|
||||||
{
|
{
|
||||||
print_titre('Listes des factures associées au projet');
|
print_titre('Listes des factures associées au projet');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user