Bugzilla – Attachment 2443 Details for
Bug 5081
When manually entering book details, the ISBN gets lost
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-Bug-5081-let-the-ISBN-be-saved-on-new-manual-orders.patch (text/plain), 1.21 KB, created by
Robin Sheat
on 2010-08-03 04:37:36 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Robin Sheat
Created:
2010-08-03 04:37:36 UTC
Size:
1.21 KB
patch
obsolete
>From 67d2f59818490ec9d95ee65ea2c03e11500886cd Mon Sep 17 00:00:00 2001 >From: Robin Sheat <robin@catalyst.net.nz> >Date: Tue, 3 Aug 2010 15:40:25 +1200 >Subject: [PATCH] Bug 5081 - let the ISBN be saved on new manual orders > >--- > acqui/addorder.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/acqui/addorder.pl b/acqui/addorder.pl >index 2ab5252..10a7ea9 100755 >--- a/acqui/addorder.pl >+++ b/acqui/addorder.pl >@@ -196,7 +196,7 @@ if ( $orderinfo->{quantity} ne '0' ) { > "biblio.title" => "$$orderinfo{title}", > "biblio.author" => "$$orderinfo{author}", > "biblio.seriestitle" => $$orderinfo{series} ? $$orderinfo{series} : "", >- "biblioitems.isbn" => $$orderinfo{isbn} ? $$orderinfo{isbn} : "", >+ "biblioitems.isbn" => $$orderinfo{ISBN} ? $$orderinfo{ISBN} : "", > "biblioitems.publishercode" => $$orderinfo{publishercode} ? $$orderinfo{publishercode} : "", > "biblioitems.publicationyear" => $$orderinfo{publicationyear} ? $$orderinfo{publicationyear}: "", > }); >-- >1.7.0.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 5081
: 2443