/[papo]/papo/forms/components/PAPO.pm
ViewVC logotype

Diff of /papo/forms/components/PAPO.pm

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

revision 1.1 by mhepp, Thu Apr 24 21:00:27 2003 UTC revision 1.2 by mhepp, Fri May 2 20:58:58 2003 UTC
# Line 1  Line 1 
1  package PAPO;  package PAPO;
2    
3  #constantes con los valores "hardcoded" de las tablas de sistema  #constantes con los valores "hardcoded" de las tablas de sistema
4    #entity_Type
5  use constant alienStorehouseType => "1";  use constant alienStorehouseType => "1";
6  use constant contactType =>"2" ;  use constant contactType =>"2" ;
7  use constant employeeType =>"4" ;  use constant employeeType =>"4" ;
# Line 13  use constant bankBranchType => "9"; Line 13  use constant bankBranchType => "9";
13  use constant bankType => "10";  use constant bankType => "10";
14  use constant organizationType => "14";  use constant organizationType => "14";
15  use constant ownPosType => "15";  use constant ownPosType => "15";
16    #relation_type
17    use constant branchOfType => "1";
18    use constant posOfType => "2";
19    
   
20  'true';  'true';

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26