Skip to content
Snippets Groups Projects
Commit 628d3ea6 authored by Laurent Destailleur's avatar Laurent Destailleur Committed by GitHub
Browse files

Merge pull request #6067 from atm-arnaud/FIX_propal_updateline_oldcopy_extrafields

Fix propal updateline oldcopy extrafields
parents e846d746 c17d3543
No related branches found
No related tags found
No related merge requests found
......@@ -651,6 +651,7 @@ class Propal extends CommonObject
//Fetch current line from the database and then clone the object and set it in $oldline property
$line = new PropaleLigne($this->db);
$line->fetch($rowid);
$line->fetch_optionals(); // Fetch extrafields for oldcopy
$staticline = clone $line;
......
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