[Koha-cvs] CVS: koha/updater updatedatabase,1.114,1.115

Paul POULAIN tipaul at users.sourceforge.net
Tue Aug 2 18:15:37 CEST 2005


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

Modified Files:
	updatedatabase 
Log Message:
adding 2 fields to letter system :
* module (acquisition, catalogue...) : it will be usefull to show the librarian only letters he may be interested by.
* title, that will be used as mail subject.

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.114
retrieving revision 1.115
diff -C2 -r1.114 -r1.115
*** updatedatabase	28 Jul 2005 15:10:13 -0000	1.114
--- updatedatabase	2 Aug 2005 16:15:34 -0000	1.115
***************
*** 74,81 ****
  			    )",
  	letter		=> "(
! 					code varchar(20) NOT NULL,
! 					name varchar(100) NOT NULL,
! 					content TEXT,
! 					PRIMARY KEY (code)
  				)",
  );
--- 74,83 ----
  			    )",
  	letter		=> "(
! 					module varchar(20) NOT NULL default '',
! 					code varchar(20) NOT NULL default '',
! 					name varchar(100) NOT NULL default '',
! 					title varchar(200) NOT NULL default '',
! 					content text,
! 					PRIMARY KEY  (module,code)
  				)",
  );
***************
*** 357,360 ****
--- 359,367 ----
  
  # $Log$
+ # Revision 1.115  2005/08/02 16:15:34  tipaul
+ # adding 2 fields to letter system :
+ # * module (acquisition, catalogue...) : it will be usefull to show the librarian only letters he may be interested by.
+ # * title, that will be used as mail subject.
+ #
  # Revision 1.114  2005/07/28 15:10:13  tipaul
  # Introducing new "Letters" system : Letters will be used everytime you want to sent something to someone (through mail or paper). For example, sending a mail for overdues use letter that you can put as parameters. Sending a mail to a borrower when a suggestion is validated uses a letter too.
***************
*** 738,741 ****
--- 745,753 ----
  
  # $Log$
+ # Revision 1.115  2005/08/02 16:15:34  tipaul
+ # adding 2 fields to letter system :
+ # * module (acquisition, catalogue...) : it will be usefull to show the librarian only letters he may be interested by.
+ # * title, that will be used as mail subject.
+ #
  # Revision 1.114  2005/07/28 15:10:13  tipaul
  # Introducing new "Letters" system : Letters will be used everytime you want to sent something to someone (through mail or paper). For example, sending a mail for overdues use letter that you can put as parameters. Sending a mail to a borrower when a suggestion is validated uses a letter too.





More information about the Koha-cvs mailing list