Lines 438-443
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
438 |
('PayPalSandboxMode', '1', NULL , 'If enabled, the system will use PayPal''s sandbox server for testing, rather than the production server.', 'YesNo'), |
438 |
('PayPalSandboxMode', '1', NULL , 'If enabled, the system will use PayPal''s sandbox server for testing, rather than the production server.', 'YesNo'), |
439 |
('PayPalSignature', '', NULL , 'Your PayPal API signature', 'Free'), |
439 |
('PayPalSignature', '', NULL , 'Your PayPal API signature', 'Free'), |
440 |
('PayPalUser', '', NULL , 'Your PayPal API username ( email address )', 'Free'), |
440 |
('PayPalUser', '', NULL , 'Your PayPal API username ( email address )', 'Free'), |
|
|
441 |
('PosTerminalCurrencyCode', '', NULL , 'POS Terminal currency code number', 'Integer'), |
442 |
('PosTerminalIP', '', NULL , 'POS Terminal IP address', 'Free'), |
443 |
('PosTerminalPort', '', NULL , 'POS Terminal port', 'Integer'), |
441 |
('PrefillItem','0','','When a new item is added, should it be prefilled with last created item values?','YesNo'), |
444 |
('PrefillItem','0','','When a new item is added, should it be prefilled with last created item values?','YesNo'), |
442 |
('previousIssuesDefaultSortOrder','asc','asc|desc','Specify the sort order of Previous Issues on the circulation page','Choice'), |
445 |
('previousIssuesDefaultSortOrder','asc','asc|desc','Specify the sort order of Previous Issues on the circulation page','Choice'), |
443 |
('printcirculationslips','1','','If ON, enable printing circulation receipts','YesNo'), |
446 |
('printcirculationslips','1','','If ON, enable printing circulation receipts','YesNo'), |
444 |
- |
|
|