[Kmymoney-devel] [Bug 311481] It is possible to create a schedule with empty name
allan
agander93 at gmail.com
Thu Dec 13 11:15:12 UTC 2012
https://bugs.kde.org/show_bug.cgi?id=311481
--- Comment #6 from allan <agander93 at gmail.com> ---
There is a very similar problem, too. With the original code, opening a new
schedule and entering just an amount also enables the OK button. Again,
'Amount' is not a mandatory field.
Removing the same code line for 'Amount' -
connect(value, SIGNAL(textChanged(QString)), this,
SLOT(slotUpdateButtonState()));
on line 826 in transactioneditor.cpp again removes that issue. Schedule and
transaction entry still work as before, so far as I can see, with no
requirement for amount entry. It resolves to 0.00.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list