Bugzilla – Attachment 21599 Details for
Bug 10689
public note does not appear in subscriptions search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 10689 - public note does not appear in new order form a subscription
SIGNED-OFF-Bug-10689---public-note-does-not-appear.patch (text/plain), 1.47 KB, created by
Bernardo Gonzalez Kriegel
on 2013-09-29 16:45:40 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 10689 - public note does not appear in new order form a subscription
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2013-09-29 16:45:40 UTC
Size:
1.47 KB
patch
obsolete
>From d89ac9839d6f96a4155022447472bec4c2268318 Mon Sep 17 00:00:00 2001 >From: Fridolyn SOMERS <fridolyn.somers@biblibre.com> >Date: Wed, 18 Sep 2013 15:11:46 +0200 >Subject: [PATCH] [SIGNED-OFF] Bug 10689 - public note does not appear in new > order form a subscription > >Test by creating a new order to a basket using "From a subscription" link > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Comment: Works as described. No koha-qa errors > >When creating a new basket from a susbcription, public note shows >on Notes column. >--- > .../prog/en/modules/acqui/newordersubscription.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt >index a7f7019..6b37477 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt >@@ -74,7 +74,7 @@ > --- > [% END %][% IF (sub.unititle) %], [% sub.unititle %][% END %]</a> > </td> >- <td>[% notes %] >+ <td>[% IF (sub.publicnotes) %][% sub.publicnotes %][% END %] > [% IF (sub.internalnotes) %]([% sub.internalnotes %])[% END %] > </td> > <td> >-- >1.7.9.5
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 10689
:
20124
|
20125
|
21100
|
21207
|
21598
|
21599
|
21602
|
21603