1.6 Error in entityRelationship.reminderTypeTemplate
Submitted by Guest on Sun, 03/03/2013 - 04:53
The entityRelationship.reminderTypeTemplate archtype defines the description field as:
concat(/details/sequence,' ',/details/interval, ' ',/details/units)
but there is no /details/sequence field. It should be defined something like:
concat('Count ',/details/reminderCount,' Overdue ',/details/interval, ' ',/details/units)
Regards, Tim G
Re: 1.6 Error in entityRelationship.reminderTypeTemplate
Raised as https://openvpms.atlassian.net/browse/OVPMS-1286
-Tim A