Qual: Missing variable declaration
This commit is contained in:
parent
c8b1c3b57d
commit
7cf553a636
@ -253,6 +253,7 @@ abstract class CommonInvoice extends CommonObject
|
|||||||
}
|
}
|
||||||
if ($mode == 4)
|
if ($mode == 4)
|
||||||
{
|
{
|
||||||
|
$prefix='';
|
||||||
if (! $paye)
|
if (! $paye)
|
||||||
{
|
{
|
||||||
if ($status == 0) return img_picto($langs->trans('BillStatusDraft'),'statut0').' '.$langs->trans('BillStatusDraft');
|
if ($status == 0) return img_picto($langs->trans('BillStatusDraft'),'statut0').' '.$langs->trans('BillStatusDraft');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user