LedgerSMB icon indicating copy to clipboard operation
LedgerSMB copied to clipboard

Date of birth recorded twice between person and employee

Open ehuelsmann opened this issue 2 years ago • 0 comments

Version

master

What browsers are you seeing the problem on?

This problem isn't browser related

What happened?

LedgerSMB::Entity::Person::Employee has a dob field to record the date of birth. However, it inherits from LedgerSMB::Entity::Person which has a date of birth field named birthdate.

What should have happened?

LedgerSMB::Entity::Person::Employee should not record the dob, but use the value inherited from Person.

ehuelsmann avatar Apr 09 '22 17:04 ehuelsmann