Bugzilla – Attachment 63966 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: Update installer files for late_issues
Bug-8612-Update-installer-files-for-lateissues.patch (text/plain), 4.27 KB, created by
Jonathan Druart
on 2017-06-05 15:56:03 UTC
(
hide
)
Description:
Bug 8612: Update installer files for late_issues
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-06-05 15:56:03 UTC
Size:
4.27 KB
patch
obsolete
>From de2f11c86051a00282b3b50bae0130f0023f7eb4 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 5 Jun 2017 12:55:36 -0300 >Subject: [PATCH] Bug 8612: Update installer files for late_issues > >--- > installer/data/mysql/de-DE/optional/csv_profiles.sql | 4 ++-- > installer/data/mysql/en/optional/csv_profiles.sql | 4 ++-- > installer/data/mysql/fr-CA/facultatif/csv_profiles.sql | 4 ++-- > installer/data/mysql/it-IT/necessari/csv_profiles.sql | 4 ++-- > 4 files changed, 8 insertions(+), 8 deletions(-) > >diff --git a/installer/data/mysql/de-DE/optional/csv_profiles.sql b/installer/data/mysql/de-DE/optional/csv_profiles.sql >index 30661a3809..477993bb20 100644 >--- a/installer/data/mysql/de-DE/optional/csv_profiles.sql >+++ b/installer/data/mysql/de-DE/optional/csv_profiles.sql >@@ -1,2 +1,2 @@ >-INSERT IGNORE INTO export_format( profile, description, content, csv_separator, type ) >-VALUES ( "Zeitschriftenreklamationen", "Standardprofil für den Export von Heftinformationen für Zeitschriftenreklamationen", "LIEFERANT=aqbooksellers.name|TITEL=subscription.title|HEFTNUMMER=serial.serialseq|VERSPÃTET SEIT=serial.planneddate", ",", "sql" ); >+INSERT IGNORE INTO export_format( profile, description, content, csv_separator, type, used_for ) >+VALUES ( "Zeitschriftenreklamationen", "Standardprofil für den Export von Heftinformationen für Zeitschriftenreklamationen", "LIEFERANT=aqbooksellers.name|TITEL=subscription.title|HEFTNUMMER=serial.serialseq|VERSPÃTET SEIT=serial.planneddate", ",", "sql", "late_issues" ); >diff --git a/installer/data/mysql/en/optional/csv_profiles.sql b/installer/data/mysql/en/optional/csv_profiles.sql >index ebf599c6a4..86c2394d76 100644 >--- a/installer/data/mysql/en/optional/csv_profiles.sql >+++ b/installer/data/mysql/en/optional/csv_profiles.sql >@@ -1,2 +1,2 @@ >-INSERT IGNORE INTO export_format( profile, description, content, csv_separator, type ) >-VALUES ( "issues to claim", "default CSV export for serial issue claims", "SUPPLIER=aqbooksellers.name|TITLE=subscription.title|ISSUE NUMBER=serial.serialseq|LATE SINCE=serial.planneddate", ",", "sql" ); >+INSERT IGNORE INTO export_format( profile, description, content, csv_separator, type, used_for ) >+VALUES ( "issues to claim", "default CSV export for serial issue claims", "SUPPLIER=aqbooksellers.name|TITLE=subscription.title|ISSUE NUMBER=serial.serialseq|LATE SINCE=serial.planneddate", ",", "sql", "late_issues" ); >diff --git a/installer/data/mysql/fr-CA/facultatif/csv_profiles.sql b/installer/data/mysql/fr-CA/facultatif/csv_profiles.sql >index 4520b72172..dccd2b2c99 100644 >--- a/installer/data/mysql/fr-CA/facultatif/csv_profiles.sql >+++ b/installer/data/mysql/fr-CA/facultatif/csv_profiles.sql >@@ -1,2 +1,2 @@ >-INSERT IGNORE INTO export_format( profile, description, content, csv_separator, type ) >-VALUES ( "Réclamation de numéros", "Export CSV par défaut pour la réclamation de numéros de périodiques", "FOURNISSEUR=aqbooksellers.name|TITRE=subscription.title|NUMÃRO=serial.serialseq|EN RETARD DEPUIS=serial.planneddate", ",", "sql" ); >+INSERT IGNORE INTO export_format( profile, description, content, csv_separator, type, used_for ) >+VALUES ( "Réclamation de numéros", "Export CSV par défaut pour la réclamation de numéros de périodiques", "FOURNISSEUR=aqbooksellers.name|TITRE=subscription.title|NUMÃRO=serial.serialseq|EN RETARD DEPUIS=serial.planneddate", ",", "sql", "late_issues" ); >diff --git a/installer/data/mysql/it-IT/necessari/csv_profiles.sql b/installer/data/mysql/it-IT/necessari/csv_profiles.sql >index 4c027909d9..ccfe849975 100644 >--- a/installer/data/mysql/it-IT/necessari/csv_profiles.sql >+++ b/installer/data/mysql/it-IT/necessari/csv_profiles.sql >@@ -1,2 +1,2 @@ >-INSERT IGNORE INTO export_format( profile, description, content, csv_separator, type ) >-VALUES ( "issues to claim", "CSV export per fascicoli in ritardo", "FORNITORE=aqbooksellers.name|TITOLO=subscription.title|NUMERO FASC=serial.serialseq|IN RITARDO DAL=serial.planneddate", ",", "sql" ); >+INSERT IGNORE INTO export_format( profile, description, content, csv_separator, type, used_for ) >+VALUES ( "issues to claim", "CSV export per fascicoli in ritardo", "FORNITORE=aqbooksellers.name|TITOLO=subscription.title|NUMERO FASC=serial.serialseq|IN RITARDO DAL=serial.planneddate", ",", "sql", "late_issues" ); >-- >2.11.0
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