/[Arh]/lib/Arh/Model/UnitMaterial.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/Arh/Model/UnitMaterial.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 16 by dpavlin, Fri Nov 30 16:46:39 2007 UTC revision 17 by dpavlin, Fri Nov 30 17:35:14 2007 UTC
# Line 9  use Arh::Record schema { Line 9  use Arh::Record schema {
9          column unit =>          column unit =>
10                  refers_to Arh::Model::Unit,                  refers_to Arh::Model::Unit,
11                  label is _("Unit"),                  label is _("Unit"),
12                  is required;                  is mandatory;
13          column material =>          column material =>
14                  refers_to Arh::Model::Material,                  refers_to Arh::Model::Material,
15                  label is _("Material"),                  label is _("Material"),
16                  is required;                  is mandatory;
17    
18  };  };
19    

Legend:
Removed from v.16  
changed lines
  Added in v.17

  ViewVC Help
Powered by ViewVC 1.1.26