Bugzilla – Attachment 63052 Details for
Bug 8612
CSV export profile to have custom fields in export csv basket
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8612 - QA followup, fix kohastructure.sql, fix typo in template
Bug-8612---QA-followup-fix-kohastructuresql-fix-ty.patch (text/plain), 1.92 KB, created by
Josef Moravec
on 2017-05-04 07:17:12 UTC
(
hide
)
Description:
Bug 8612 - QA followup, fix kohastructure.sql, fix typo in template
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2017-05-04 07:17:12 UTC
Size:
1.92 KB
patch
obsolete
>From 24c091b99823939c59fa3c795e6c2cf7cc8c9954 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Tue, 21 Mar 2017 17:10:07 +0000 >Subject: [PATCH] Bug 8612 - QA followup, fix kohastructure.sql, fix typo in > template > >--- > installer/data/mysql/kohastructure.sql | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql >index 78e464d..cc55d72 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -713,7 +713,7 @@ CREATE TABLE `export_format` ( > `subfield_separator` varchar(2) NOT NULL, > `encoding` varchar(255) NOT NULL, > `type` varchar(255) DEFAULT 'marc', >- `usage` varchar(255) DEFAULT 'export_records', >+ `used_for` varchar(255) DEFAULT 'export_records', > PRIMARY KEY (`export_format_id`) > ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Used for CSV export'; > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt >index f215b64..258f21e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt >@@ -104,7 +104,7 @@ function reloadPage(p) { > [% BLOCK type_description %] > [% IF type_code == 'marc' %] MARC > [% ELSIF type_code == 'sql' %] SQL >- [% ELSE %] Uknown type >+ [% ELSE %] Unknown type > [% END %] > [% END %] > >@@ -112,7 +112,7 @@ function reloadPage(p) { > [% IF used_for_code == 'export_records' %] Export records > [% ELSIF used_for_code == 'late_issues' %] Late serial issues claims > [% ELSIF used_for_code == 'export_basket' %] Basket export in acquisition >- [% ELSE %] Uknown usage >+ [% ELSE %] Unknown usage > [% END %] > [% END %] > >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8612
:
11514
|
36860
|
37289
|
37293
|
41224
|
41225
|
41226
|
41227
|
42532
|
42533
|
42534
|
47591
|
47592
|
47593
|
56222
|
56223
|
56224
|
56225
|
57012
|
57013
|
57024
|
57025
|
57026
|
57027
|
57028
|
57029
|
57079
|
58073
|
58074
|
58075
|
58076
|
58077
|
58078
|
58079
|
58985
|
58986
|
58987
|
58988
|
58989
|
58990
|
58991
|
58992
|
59757
|
60480
|
61264
|
61265
|
61266
|
61267
|
61405
|
61520
|
63048
|
63049
|
63050
|
63051
|
63052
|
63053
|
63054
|
63055
|
63056
|
63104
|
63158
|
63279
|
63910
|
63911
|
63912
|
63913
|
63914
|
63915
|
63964
|
63966