Update facture-rec.class.php

This commit is contained in:
Frédéric FRANCE 2019-03-02 01:37:49 +01:00 committed by GitHub
parent 1cb3bad7f8
commit 4fcde0eaa3
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;
$error = 0;
$sql = "UPDATE ".MAIN_DB_PREFIX."facture_rec SET";
$sql.= " fk_soc = ".$this->fk_soc;
// TODO Add missing fields