FIX : interface
This commit is contained in:
parent
c433829d27
commit
792e12e6c5
@ -537,6 +537,15 @@ if ($socid > 0)
|
|||||||
print preg_replace('/\(DEPOSIT\)/',$langs->trans("InvoiceDeposit"),$obj->description).' '.$facturestatic->getNomURl(1);
|
print preg_replace('/\(DEPOSIT\)/',$langs->trans("InvoiceDeposit"),$obj->description).' '.$facturestatic->getNomURl(1);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
}
|
}
|
||||||
|
elseif (preg_match('/\(EXCESS RECEIVED\)/',$obj->description))
|
||||||
|
{
|
||||||
|
print '<td class="nowrap">';
|
||||||
|
$facturestatic->id=$obj->fk_facture_source;
|
||||||
|
$facturestatic->ref=$obj->ref;
|
||||||
|
$facturestatic->type=$obj->type;
|
||||||
|
print preg_replace('/\(EXCESS RECEIVED\)/',$langs->trans("Invoice"),$obj->description).' '.$facturestatic->getNomURl(1);
|
||||||
|
print '</td>';
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
print '<td>';
|
print '<td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user