bugfix
This commit is contained in:
parent
bdd6bcc1af
commit
677ef5c6e6
@ -918,7 +918,7 @@ class Commande
|
|||||||
* Propale associée
|
* Propale associée
|
||||||
*/
|
*/
|
||||||
$sql = 'SELECT cp.fk_propale';
|
$sql = 'SELECT cp.fk_propale';
|
||||||
$sql .= 'FROM '.MAIN_DB_PREFIX.'co_pr WHERE fk_commande = '.$this->id;
|
$sql .= ' FROM '.MAIN_DB_PREFIX.'co_pr WHERE fk_commande = '.$this->id;
|
||||||
if ($this->db->query($sql) )
|
if ($this->db->query($sql) )
|
||||||
{
|
{
|
||||||
if ($this->db->num_rows())
|
if ($this->db->num_rows())
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user