Can't turn off FX checkmark on (saved) GL journal
Opened this issue · 1 comments
ehuelsmann commented
Version
1.11.14
What browsers are you seeing the problem on?
This problem isn't browser related
What happened?
When unchecking the FX checkmark, followed by Save, the FX lines reappear.
What should have happened?
The FX-ness of the transaction should have been removed.
ehuelsmann commented
I've identified the cause to be
LedgerSMB/old/lib/LedgerSMB/GL.pm
Line 278 in a8ff6d6
in combination with
LedgerSMB/old/lib/LedgerSMB/GL.pm
Lines 315 to 316 in a8ff6d6
Which means that on saved transactions the fx setting is overruled with the saved data on every "Update" roundtrip.