Ledger Name is currently kept in two places: tables a_ledger and also p_partner.
When a ledger is created both entries are filled. When a unit partner (which is linked with a ledger) is modified the name in the ledger table does not get updated. In the old software the field for ledger name in the ledger table was not at all filled.
Two options:
1) remove ledger name field from a_ledger table so the developers don't rely on it and it is just kept in one place
2) whenever unit name is updated: update ledger name field in ledger table at the same time
My preferred option is currently 1 although it will probably be a bit more work to get it in place (finding out about all places that are using the name field)
Any opinions or preferences?
Thanks,
Wolfgang