Skip to content
Snippets Groups Projects
Commit c17d3543 authored by arnaud's avatar arnaud
Browse files

Fix propal updateline oldcopy extrafields

parent e846d746
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