Merge branch 'lifetime_profit' into lifetime_profit-sx

pull/11/head
Jonathan G Rennison 8 years ago
commit 38bf6ade69

@ -669,6 +669,7 @@ public:
this->profit_this_year = src->profit_this_year;
this->profit_last_year = src->profit_last_year;
this->profit_lifetime = -this->profit_this_year;
}

Loading…
Cancel
Save