From: Paul Poulain <[email protected]>

---
 installer/data/mysql/en/mandatory/sysprefs.sql     |    4 ++--
 .../data/mysql/en/mandatory/userpermissions.sql    |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/installer/data/mysql/en/mandatory/sysprefs.sql 
b/installer/data/mysql/en/mandatory/sysprefs.sql
index 2c20656..b58b521 100644
--- a/installer/data/mysql/en/mandatory/sysprefs.sql
+++ b/installer/data/mysql/en/mandatory/sysprefs.sql
@@ -213,8 +213,8 @@ INSERT INTO `systempreferences` 
(variable,value,options,explanation,type) VALUES
 INSERT INTO `systempreferences` (variable,value,options,explanation,type) 
VALUES('OpacSuppression', '0', '', 'Turn ON the OPAC Suppression feature, 
requires further setup, ask your system administrator for details', 'YesNo');
 -- FIXME: add FrameworksLoaded, noOPACUserLogin, ReadingHistory ?
 INSERT INTO `systempreferences` (variable,value,options,explanation,type) 
VALUES ('SMSSendDriver','','','Sets which SMS::Send driver is used to send SMS 
messages.','free');
-INSERT INTO `systempreferences` (variable,value,options,explanation,type) 
VALUES ('pdfformat','pdfformat/example.pl','Controls what script is used for 
printing (basketgroups)','','free'));
-INSERT INTO `systempreferences` (variable,value,options,explanation,type)  
VALUES ('CurrencyFormat','US','US|FR','Determines the display format of 
currencies. eg: \'36000\' is displayed as \'360 000,00\'  in \'FR\' or 
360,000.00\'  in \'US\'.','Choice');
+INSERT INTO `systempreferences` (variable,value,options,explanation,type) 
VALUES ('pdfformat','pdfformat/example.pl','Controls what script is used for 
printing (basketgroups)','','free');
+INSERT INTO `systempreferences` (variable,value,options,explanation,type)  
VALUES ('CurrencyFormat','US','US|FR','Determines the display format of 
currencies. eg: \'36000\' is displayed as \'360 000,00\'  in \'FR\' or 
\'360,000.00\'  in \'US\'.','Choice');
 INSERT INTO `systempreferences` (variable,value,options,explanation,type) 
VALUES ('AcqCreateItem','ordering','ordering|receiving|cataloguing','Define 
when the item is created : when ordering, when receiving, or in cataloguing 
module','Choice');
 INSERT INTO systempreferences (variable,value,explanation,options,type) 
VALUES('AllowRenewalLimitOverride', '0', 'if ON, allows renewal limits to be 
overridden on the circulation screen',NULL,'YesNo');
 INSERT INTO `systempreferences` (variable,value,options,explanation,type) 
VALUES ('OPACDisplayRequestPriority','0','','Show patrons the priority level on 
holds in the OPAC','YesNo');
diff --git a/installer/data/mysql/en/mandatory/userpermissions.sql 
b/installer/data/mysql/en/mandatory/userpermissions.sql
index ea255b9..b225373 100644
--- a/installer/data/mysql/en/mandatory/userpermissions.sql
+++ b/installer/data/mysql/en/mandatory/userpermissions.sql
@@ -24,6 +24,6 @@ INSERT INTO permissions (module_bit, code, description) VALUES
    (11, 'planning_manage', 'Manage budget plannings'),
    (11, 'order_manage', 'Manage orders & basket'),
    (11, 'group_manage', 'Manage orders & basketgroups'),
-   (11, 'order_receive', 'Manage orders & basket')
+   (11, 'order_receive', 'Manage orders & basket'),
    (11, 'budget_add_del', 'Add and delete budgets (but cant modify budgets)')
 ;
-- 
1.6.0.4

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to