/[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 13 by dpavlin, Fri Nov 30 00:03:15 2007 UTC revision 17 by dpavlin, Fri Nov 30 17:35:14 2007 UTC
# Line 8  use Arh::Record schema { Line 8  use Arh::Record schema {
8    
9          column unit =>          column unit =>
10                  refers_to Arh::Model::Unit,                  refers_to Arh::Model::Unit,
11                  is required;                  label is _("Unit"),
12                    is mandatory;
13          column material =>          column material =>
14                  refers_to Arh::Model::Material,                  refers_to Arh::Model::Material,
15                  is required;                  label is _("Material"),
16                    is mandatory;
17    
18  };  };
19    

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

  ViewVC Help
Powered by ViewVC 1.1.26