Lines 480-485
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
480 |
('PatronQuickAddFields', '', NULL , 'A list of fields separated by "|" to be displayed along with mandatory fields in the patron quick add form if chosen at patron entry', 'Free' ), |
480 |
('PatronQuickAddFields', '', NULL , 'A list of fields separated by "|" to be displayed along with mandatory fields in the patron quick add form if chosen at patron entry', 'Free' ), |
481 |
('PayPalChargeDescription', 'Koha fee payment', NULL , 'This preference defines what the user will see the charge listed as in PayPal', 'Free'), |
481 |
('PayPalChargeDescription', 'Koha fee payment', NULL , 'This preference defines what the user will see the charge listed as in PayPal', 'Free'), |
482 |
('PayPalPwd', '', NULL , 'Your PayPal API password', 'Free'), |
482 |
('PayPalPwd', '', NULL , 'Your PayPal API password', 'Free'), |
|
|
483 |
('PayPalReturnURL','BaseURL','BaseURL|OPACAlias','Specify whether PayPal will return to the url specified in the OPACBaseURL option or to the OPAC\'s alias url.','Choice'), |
483 |
('PayPalSandboxMode', '1', NULL , 'If enabled, the system will use PayPal''s sandbox server for testing, rather than the production server.', 'YesNo'), |
484 |
('PayPalSandboxMode', '1', NULL , 'If enabled, the system will use PayPal''s sandbox server for testing, rather than the production server.', 'YesNo'), |
484 |
('PayPalSignature', '', NULL , 'Your PayPal API signature', 'Free'), |
485 |
('PayPalSignature', '', NULL , 'Your PayPal API signature', 'Free'), |
485 |
('PayPalUser', '', NULL , 'Your PayPal API username ( email address )', 'Free'), |
486 |
('PayPalUser', '', NULL , 'Your PayPal API username ( email address )', 'Free'), |