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

--- Comment #7 from allan <agande...@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.
_______________________________________________
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel

Reply via email to