--- lib/Arh/Model/Location.pm 2007/11/29 00:34:22 2 +++ lib/Arh/Model/Location.pm 2007/11/29 00:40:32 3 @@ -7,7 +7,8 @@ use Arh::Record schema { column name => - label is _("Name"); + label is _("Name"), + is mandatory; column address => label is _("Address");