Skip to content
Snippets Groups Projects
Commit 53840137 authored by Regis Houssin's avatar Regis Houssin
Browse files

bugfix

parent 0eb075a7
No related branches found
No related merge requests found
...@@ -65,7 +65,7 @@ class RemiseCheque extends CommonObject ...@@ -65,7 +65,7 @@ class RemiseCheque extends CommonObject
\param id Id record \param id Id record
\param ref Ref record \param ref Ref record
*/ */
function Fetch($id,$ref) function Fetch($id,$ref='')
{ {
$sql = "SELECT bc.rowid, bc.datec, bc.fk_user_author,bc.fk_bank_account,bc.amount,bc.number,bc.statut,bc.nbcheque"; $sql = "SELECT bc.rowid, bc.datec, bc.fk_user_author,bc.fk_bank_account,bc.amount,bc.number,bc.statut,bc.nbcheque";
$sql.= ",".$this->db->pdate("date_bordereau"). " as date_bordereau"; $sql.= ",".$this->db->pdate("date_bordereau"). " as date_bordereau";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment