[Kmymoney-devel] [kmymoney4] [Bug 240816] When editing multiple lines in an Investment Account Ledger, Value entries are reset to zero

allan agander93 at gmail.com
Tue Apr 2 12:51:32 UTC 2013


https://bugs.kde.org/show_bug.cgi?id=240816

--- Comment #7 from allan <agander93 at gmail.com> ---
Created attachment 78574
  --> https://bugs.kde.org/attachment.cgi?id=78574&action=edit
Fix editing multiple lines in an Investment Account.

Several occurrences similar to 
"if (!isMultiSelection() || (isMultiSelection() &&
!sharesEdit->text().isEmpty())) "
edited to 
"if (!isMultiSelection() || (isMultiSelection() &&
!sharesEdit->value().isZero()))"

Multiple transactions of Buy, Sell and Reindiv activities may now be edited. 
The remaining activity types were OK.

I aim to commit this in a a week or so, unless anyone thinks a Reviewboard is
necessary.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list