0.2.13.2
- New: Removed
msrp
,cost
andunit
arguments from
BudgetEntry.__init__()
and added a newgood
argument to get all of
the data from the relatedGood
instance. But themsrp
,cost
and
unit
attributes ofBudgetEntry
class are still there to store the
values that may not correlate with the relatedGood
in future.