Bugzilla – Attachment 111024 Details for
Bug 21898
Add basket info to ACQORDER
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21898: Add aqbasket to available tables for AQORDER
Bug-21898-Add-aqbasket-to-available-tables-for-AQO.patch (text/plain), 1.77 KB, created by
Martin Renvoize (ashimema)
on 2020-10-01 08:05:59 UTC
(
hide
)
Description:
Bug 21898: Add aqbasket to available tables for AQORDER
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-10-01 08:05:59 UTC
Size:
1.77 KB
patch
obsolete
>From ce4767b8b7d3b610778f06ee939826c275795998 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 1 Oct 2020 09:04:43 +0100 >Subject: [PATCH] Bug 21898: Add aqbasket to available tables for AQORDER > >--- > C4/Letters.pm | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/C4/Letters.pm b/C4/Letters.pm >index dbbb6fdf9f..d2ac3857fc 100644 >--- a/C4/Letters.pm >+++ b/C4/Letters.pm >@@ -464,9 +464,10 @@ sub SendAlerts { > letter_code => $letter_code, > branchcode => $userenv->{branch}, > tables => { >- 'branches' => $userenv->{branch}, >+ 'branches' => $userenv->{branch}, > 'aqbooksellers' => $databookseller, > 'aqcontacts' => $datacontact, >+ 'aqbasket' => $externalid, > }, > repeat => $dataorders, > want_librarian => 1, >@@ -750,6 +751,7 @@ sub _parseletter_sth { > ($table eq 'suggestions' ) ? "SELECT * FROM $table WHERE suggestionid = ?" : > ($table eq 'aqbooksellers') ? "SELECT * FROM $table WHERE id = ?" : > ($table eq 'aqorders' ) ? "SELECT * FROM $table WHERE ordernumber = ?" : >+ ($table eq 'aqbasket' ) ? "SELECT * FROM $table WHERE basketno = ?" : > ($table eq 'opac_news' ) ? "SELECT * FROM $table WHERE idnew = ?" : > ($table eq 'article_requests') ? "SELECT * FROM $table WHERE id = ?" : > ($table eq 'borrower_modifications') ? "SELECT * FROM $table WHERE verification_token = ?" : >-- >2.20.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 21898
:
111024
|
111025
|
112027
|
112039
|
112979
|
112980