Task #1469 : Les esperluettes ne passent pas dans les libellés
pour «opération identique».
This commit is contained in:
parent
4b0938b1f3
commit
db673bfc2f
3 changed files with 7 additions and 7 deletions
|
|
@ -1067,7 +1067,7 @@ class Acc_Ledger_Purchase extends Acc_Ledger
|
|||
$Commentaire->size=60;
|
||||
$Commentaire->tabindex=3;
|
||||
$label=HtmlInput::infobulle(1) ;
|
||||
$f_desc=$Commentaire->input("e_comm",h($e_comm));
|
||||
$f_desc=$Commentaire->input("e_comm",$e_comm);
|
||||
|
||||
// PJ
|
||||
//--
|
||||
|
|
|
|||
|
|
@ -1106,7 +1106,7 @@ EOF;
|
|||
|
||||
$label = HtmlInput::infobulle(1);
|
||||
|
||||
$f_desc = $Commentaire->input("e_comm", h($e_comm)) ;
|
||||
$f_desc = $Commentaire->input("e_comm", $e_comm) ;
|
||||
// PJ
|
||||
//--
|
||||
/* suggest PJ ? */
|
||||
|
|
|
|||
|
|
@ -229,12 +229,12 @@ show_tab(a_tab,'facturation_div_id');
|
|||
return;
|
||||
}
|
||||
}
|
||||
// ------------------------------
|
||||
/* Display a blank form or a form with predef operation */
|
||||
// ------------------------------
|
||||
// ------------------------------
|
||||
/* Display a blank form or a form with predef operation */
|
||||
// ------------------------------
|
||||
|
||||
$array=(isset($_POST['correct'])||isset ($correct))?$_POST:null;
|
||||
$Ledger=new Acc_Ledger_Sold($cn,0);
|
||||
$array=(isset($_POST['correct'])||isset ($correct))?$_POST:null;
|
||||
$Ledger=new Acc_Ledger_Sold($cn,0);
|
||||
//
|
||||
// pre defined operation
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue