When copying an item, copy its metadata
This commit is contained in:
parent
449c7ca790
commit
2ae2c47a38
1 changed files with 1 additions and 0 deletions
|
|
@ -143,6 +143,7 @@ public:
|
||||||
_date_eff = item._date_eff;
|
_date_eff = item._date_eff;
|
||||||
note = item.note;
|
note = item.note;
|
||||||
pos = item.pos;
|
pos = item.pos;
|
||||||
|
metadata = item.metadata;
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual bool operator==(const item_t& xact) {
|
virtual bool operator==(const item_t& xact) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue