Skip to content
Snippets Groups Projects
Commit 29a4900d authored by atm-quentin's avatar atm-quentin
Browse files

FIX_next_situation_keep_extrafields

parent f3ceedfe
No related branches found
No related tags found
No related merge requests found
......@@ -748,6 +748,10 @@ class Facture extends CommonInvoice
// Charge facture source
$facture=new Facture($this->db);
foreach($this->lines as $line){
$line->fetch_optionals();//fetch extrafields
}
$facture->fk_facture_source = $this->fk_facture_source;
$facture->type = $this->type;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment