Merge pull request #10720 from frederic34/patch-5

Update facture-rec.class.php
This commit is contained in:
Laurent Destailleur 2019-03-02 18:23:26 +01:00 committed by GitHub
commit 50f6bbefe7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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