Bugzilla – Attachment 44004 Details for
Bug 15064
Fix sample label creator data
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15064: Fix sample label creator data
Bug-15064-Fix-sample-label-creator-data.patch (text/plain), 2.26 KB, created by
Bernardo Gonzalez Kriegel
on 2015-10-26 14:48:30 UTC
(
hide
)
Description:
Bug 15064: Fix sample label creator data
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2015-10-26 14:48:30 UTC
Size:
2.26 KB
patch
obsolete
>From b5272d23f93987fed22f3f8ecf60bbb112889411 Mon Sep 17 00:00:00 2001 >From: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Date: Mon, 26 Oct 2015 10:53:08 -0300 >Subject: [PATCH] Bug 15064: Fix sample label creator data > >To test: >1) Remove sample creator date >delete from creator_layouts; delete from creator_templates; delete from printers_profile > >2) Try to load sample data, it fails >en/optional/sample_creator_data.sql > >3) Apply the patch >4) Try again, must load without errors >--- > installer/data/mysql/en/optional/sample_creator_data.sql | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/en/optional/sample_creator_data.sql b/installer/data/mysql/en/optional/sample_creator_data.sql >index 91d7d00..eee46ea 100644 >--- a/installer/data/mysql/en/optional/sample_creator_data.sql >+++ b/installer/data/mysql/en/optional/sample_creator_data.sql >@@ -3,7 +3,7 @@ > > LOCK TABLES `creator_layouts` WRITE; > /*!40000 ALTER TABLE `creator_layouts` DISABLE KEYS */; >-INSERT INTO `creator_layouts` VALUES (17,'CODE39',1,'BIBBAR','Label Test',0,'TR',3,'POINT',0,'L','title, author, isbn, issn, itemtype, barcode, itemcallnumber','<opt></opt>','Labels'),(18,'CODE39',1,'BAR','DEFAULT',0,'TR',3,'POINT',0,'L','title, author, isbn, issn, itemtype, barcode, itemcallnumber','<opt></opt>','Labels'),(19,'CODE39',1,'BAR','DEFAULT',0,'TR',3,'POINT',0,'L','title, author, isbn, issn, itemtype, barcode, itemcallnumber','<opt></opt>','Labels'),(20,'CODE39',1,'BAR','Test Layout',0,'TR',10,'POINT',0,'L','barcode','<opt page_side="F" units="POINT"> >+INSERT INTO `creator_layouts` VALUES (17,'CODE39',1,'BIBBAR','Label Test',0,1,'TR',3,'POINT',0,'L','title, author, isbn, issn, itemtype, barcode, itemcallnumber','<opt></opt>','Labels'),(18,'CODE39',1,'BAR','DEFAULT',0,1,'TR',3,'POINT',0,'L','title, author, isbn, issn, itemtype, barcode, itemcallnumber','<opt></opt>','Labels'),(19,'CODE39',1,'BAR','DEFAULT',0,1,'TR',3,'POINT',0,'L','title, author, isbn, issn, itemtype, barcode, itemcallnumber','<opt></opt>','Labels'),(20,'CODE39',1,'BAR','Test Layout',0,1,'TR',10,'POINT',0,'L','barcode','<opt page_side="F" units="POINT"> > <images name="image_1" Dx="72" Ox="0" Oy="0" Sx="0" Sy="0" Tx="4.5" Ty="63"> > <data_source image_name="none" image_source="patronimages" /> > </images> >-- >1.9.1
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 15064
:
44004
|
44005