Bug : quote get a backslach in the comment of operation
This commit is contained in:
parent
37d2044d99
commit
9adce67e17
1 changed files with 2 additions and 2 deletions
|
|
@ -165,7 +165,7 @@ class Acc_Operation
|
|||
|
||||
function insert_jrn()
|
||||
{
|
||||
$p_comment=FormatString($this->desc);
|
||||
$p_comment=$this->desc;
|
||||
|
||||
$diff=$this->db->get_value("select check_balance ($1)",array($this->grpt));
|
||||
if ( $diff != 0 ) {
|
||||
|
|
@ -595,4 +595,4 @@ class Acc_Fin extends Acc_Detail
|
|||
FROM quant_fin where jr_id = $1";
|
||||
$this->det->array=$this->db->get_array($sql,array($this->jr_id));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue