--- lib/A3C/Model/Organization.pm 2008/03/18 19:03:53 32 +++ lib/A3C/Model/Organization.pm 2008/03/30 16:58:21 42 @@ -6,15 +6,16 @@ use A3C::Record schema { + column uid => + label is _('UID'), + is indexed, + is distinct, + is mandatory; + column o => label is _('Naziv matične ustanove'), is mandatory; - column hrEduPersonHomeOrg => - label is _('Oznaka matične ustanove'), - hint is 'CARNet', - is mandatory; - column l => label is _('Mjesto'), hist is 'Zagreb', @@ -31,7 +32,13 @@ column street => label is _('Ulica i kućni broj'); + + column hrEduOrgUniqueNumber => + label is _('hrEduOrgUniqueNumber'), + is mandatory; + column telephoneNumber => + label is _('Broj telefona'); };