/[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 14 by dpavlin, Fri Nov 30 00:03:15 2007 UTC revision 15 by dpavlin, Fri Nov 30 16:46:39 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                    label is _("Unit"),
12                  is required;                  is required;
13          column material =>          column material =>
14                  refers_to Arh::Model::Material,                  refers_to Arh::Model::Material,
15                    label is _("Material"),
16                  is required;                  is required;
17    
18  };  };

Legend:
Removed from v.14  
changed lines
  Added in v.15

  ViewVC Help
Powered by ViewVC 1.1.26