summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/item.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/item.h b/src/item.h
index 28eb3f80..c9c4af26 100644
--- a/src/item.h
+++ b/src/item.h
@@ -143,6 +143,7 @@ public:
_date_eff = item._date_eff;
note = item.note;
pos = item.pos;
+ metadata = item.metadata;
}
virtual bool operator==(const item_t& xact) {