diff --git a/include/class_acc_ledger.php b/include/class_acc_ledger.php index 091ebd386..95b600a57 100644 --- a/include/class_acc_ledger.php +++ b/include/class_acc_ledger.php @@ -1204,7 +1204,7 @@ jr_comment||' ('||jr_internal||')'||case when jr_pj_number is not null and jr_pj /* display periode */ $date_limit=$lPeriode->get_date_limit(); $ret.='
| '._('Description'); + $ret.= ' | |||||||
| '._('Libellé'); $wDescription=new IText('desc'); $wDescription->readonly=$p_readonly; $wDescription->size=100; diff --git a/include/class_acc_ledger_purchase.php b/include/class_acc_ledger_purchase.php index 65eb91bac..462194a3d 100644 --- a/include/class_acc_ledger_purchase.php +++ b/include/class_acc_ledger_purchase.php @@ -1087,7 +1087,7 @@ array $r.=' | '._('Journal').' '.h($this->get_name()).' | '; $r.='||||||
| '._('Description').' '.h($e_comm).' | Pj :'.h($e_pj).' | '; + $r.=''._('Libellé').' '.h($e_comm).' | Pj :'.h($e_pj).' | '; $r.='||||
| '._('Fournisseur').' '.h($e_client.':'.$client_name).' | '; diff --git a/include/class_acc_ledger_sold.php b/include/class_acc_ledger_sold.php index fff55c006..bdeeaa9c3 100644 --- a/include/class_acc_ledger_sold.php +++ b/include/class_acc_ledger_sold.php @@ -567,7 +567,7 @@ class Acc_Ledger_Sold extends Acc_Ledger { $r.=''._('Journal').' '.h($this->get_name()).' | '; $r.='||||||
| '._('Description').' '.h($e_comm).' | PJ Num: '.h($e_pj).' | '; + $r.=''._('Libellé').' '.h($e_comm).' | PJ Num: '.h($e_pj).' | '; $r.='||||
| '._('Client').' '.h($e_client.':'.$client_name).' | '; diff --git a/include/template/form_ledger_detail.php b/include/template/form_ledger_detail.php index 423378f36..32e4367c2 100644 --- a/include/template/form_ledger_detail.php +++ b/include/template/form_ledger_detail.php @@ -14,7 +14,7 @@ =$f_periode?>|||||||