Was failing to copy over the xact's assigned_amount when copy constructing.
This commit is contained in:
parent
3f7104e9be
commit
555e953dc1
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ public:
|
||||||
account(xact.account),
|
account(xact.account),
|
||||||
amount(xact.amount),
|
amount(xact.amount),
|
||||||
cost(xact.cost),
|
cost(xact.cost),
|
||||||
|
assigned_amount(xact.assigned_amount),
|
||||||
xdata_(xact.xdata_) // jww (2008-07-19): What are the copy semantics?
|
xdata_(xact.xdata_) // jww (2008-07-19): What are the copy semantics?
|
||||||
{
|
{
|
||||||
TRACE_CTOR(xact_t, "copy");
|
TRACE_CTOR(xact_t, "copy");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue