mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-10 09:52:33 +01:00
New: Support of deposit invoices
Removed deprecated table
This commit is contained in:
@@ -524,11 +524,8 @@ class Form
|
||||
{
|
||||
$obj = $this->db->fetch_object($resql);
|
||||
$desc=dol_trunc($obj->description,40);
|
||||
if ($desc=='(CREDIT_NOTE)')
|
||||
{
|
||||
$desc=$langs->trans("CreditNote");
|
||||
//$desc.=$obj->fk_facture_source;
|
||||
}
|
||||
if ($desc=='(CREDIT_NOTE)') $desc=$langs->trans("CreditNote");
|
||||
if ($desc=='(DEPOSIT)') $desc=$langs->trans("Deposit");
|
||||
|
||||
$selectstring='';
|
||||
if ($selected > 0 && $selected == $obj->rowid) $selectstring=' selected="true"';
|
||||
|
||||
Reference in New Issue
Block a user