Bugzilla – Attachment 19546 Details for
Bug 10508
UT: C4::Branch.pm needs unit tests
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10508: branchprinter will be a foreign key
Bug-10508-branchprinter-will-be-a-foreign-key.patch (text/plain), 1.93 KB, created by
Jonathan Druart
on 2013-07-11 07:45:28 UTC
(
hide
)
Description:
Bug 10508: branchprinter will be a foreign key
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-07-11 07:45:28 UTC
Size:
1.93 KB
patch
obsolete
>From 8c9e86fdad3d4f2748da075afbcb9d006299cb2b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Thu, 11 Jul 2013 09:37:09 +0200 >Subject: [PATCH] Bug 10508: branchprinter will be a foreign key > >Bug 8034 will introduces a foreign key on branches.branchprinter. >This patch set branchprinter values to undef. >--- > t/db_dependent/Branch.t | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >diff --git a/t/db_dependent/Branch.t b/t/db_dependent/Branch.t >index 3f80a28..28abb91 100755 >--- a/t/db_dependent/Branch.t >+++ b/t/db_dependent/Branch.t >@@ -58,7 +58,7 @@ my $b1 = { > branchemail => 'emailA', > branchurl => 'urlA', > branchip => 'ipA', >- branchprinter => 'printerA', >+ branchprinter => undef, > branchnotes => 'noteA', > opac_info => 'opacA' > }; >@@ -77,7 +77,7 @@ my $b2 = { > branchemail => 'emailB', > branchurl => 'urlB', > branchip => 'ipB', >- branchprinter => 'printerB', >+ branchprinter => undef, > branchnotes => 'noteB', > opac_info => 'opacB', > }; >@@ -125,7 +125,7 @@ $b1 = { > branchemail => 'emailA modified', > branchurl => 'urlA modified', > branchip => 'ipA modified', >- branchprinter => 'printerA modified', >+ branchprinter => undef, > branchnotes => 'notesA modified', > opac_info => 'opacA modified' > }; >@@ -221,7 +221,7 @@ $b2 = { > branchemail => 'emailB', > branchurl => 'urlB', > branchip => 'ipB', >- branchprinter => 'printerB', >+ branchprinter => undef, > branchnotes => 'noteB', > opac_info => 'opacB', > CAT1 => 1, >@@ -262,7 +262,7 @@ my $b3 = { > branchemail => 'emailC', > branchurl => 'urlC', > branchip => 'ipC', >- branchprinter => 'printerC', >+ branchprinter => undef, > branchnotes => 'noteC', > opac_info => 'opacC', > CAT1 => 1, >-- >1.7.10.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 10508
:
19338
|
19546
|
19687
|
19688
|
19771
|
19780
|
19781
|
19853
|
19864
|
19900
|
20029
|
20626
|
20638
|
20639
|
20663
|
20664