[Koha-cvs] CVS: koha/updater updatedatabase,1.100.2.5,1.100.2.6

Henri-Damien LAURENT hdl at users.sourceforge.net
Wed Aug 24 11:02:27 CEST 2005


Update of /cvsroot/koha/koha/updater
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9147/updater

Modified Files:
      Tag: rel_2_2
	updatedatabase 
Log Message:
Adding a notes field into serial table.
Manage a note for a serial number...
Will allow a librarian to say "contact with supplier for this serial : Will be received on date...  " or anything else.

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.100.2.5
retrieving revision 1.100.2.6
diff -C2 -r1.100.2.5 -r1.100.2.6
*** updatedatabase	6 Jun 2005 15:23:36 -0000	1.100.2.5
--- updatedatabase	24 Aug 2005 09:02:25 -0000	1.100.2.6
***************
*** 886,889 ****
--- 886,908 ----
  	    type		=> 'YesNo',
          },
+ 		 {
+             uniquefieldrequired => 'variable',
+             variable            => 'IndependantBranches',
+             value               => 0,
+             forceupdate         => { 'explanation' => 1,
+                                      'type' => 1},
+             explanation         => 'Turn Branch independancy management On an Off',
+             type                => 'YesNo',
+         },
+                 {
+             uniquefieldrequired => 'variable',
+             variable            => 'ReturnBeforeExpiry',
+             value               => 'Off',
+             forceupdate         => { 'explanation' => 1,
+                                      'type' => 1},
+             explanation         => 'If Yes, Returndate on issuing can\'t be after borrower card expiry',
+             type                => 'YesNo',
+         },
+ 
      ],
  
***************
*** 947,950 ****
--- 966,979 ----
          },
      ],
+ 	serial => [
+         {
+             field   => 'notes',
+             type    => 'TEXT',
+             null    => 'NULL',
+             key     => '',
+             default => '',
+             extra   => ''
+         },
+     ],
  );
  
***************
*** 1471,1474 ****
--- 1500,1508 ----
  
  # $Log$
+ # Revision 1.100.2.6  2005/08/24 09:02:25  hdl
+ # Adding a notes field into serial table.
+ # Manage a note for a serial number...
+ # Will allow a librarian to say "contact with supplier for this serial : Will be received on date...  " or anything else.
+ #
  # Revision 1.100.2.5  2005/06/06 15:23:36  tipaul
  # adding a systempref to choose either to show or hide "lost" items. Note that "lost items" can be related to an authorised value list, so does not necessary mean "item definetly lost". Even here, some libraries want to see lost items, and some don't want. This parameter will make everybody happy !





More information about the Koha-cvs mailing list