Update facture-rec.class.php
This commit is contained in:
parent
1cb3bad7f8
commit
4fcde0eaa3
@ -323,6 +323,8 @@ class FactureRec extends CommonInvoice
|
|||||||
{
|
{
|
||||||
global $conf;
|
global $conf;
|
||||||
|
|
||||||
|
$error = 0;
|
||||||
|
|
||||||
$sql = "UPDATE ".MAIN_DB_PREFIX."facture_rec SET";
|
$sql = "UPDATE ".MAIN_DB_PREFIX."facture_rec SET";
|
||||||
$sql.= " fk_soc = ".$this->fk_soc;
|
$sql.= " fk_soc = ".$this->fk_soc;
|
||||||
// TODO Add missing fields
|
// TODO Add missing fields
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user