Bugzilla – Attachment 16725 Details for
Bug 5343
Subscription cost (Link serial and acqui modules)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 5343: Followup: invoicenumber no longer exists, use invoiceid.
Bug-5343-Followup-invoicenumber-no-longer-exists-u.patch (text/plain), 2.10 KB, created by
Jonathan Druart
on 2013-03-22 09:03:49 UTC
(
hide
)
Description:
Bug 5343: Followup: invoicenumber no longer exists, use invoiceid.
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-03-22 09:03:49 UTC
Size:
2.10 KB
patch
obsolete
>From 718cbbfdabfe5e64946c55c8020487fbe6bdd799 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 20 Mar 2013 13:44:25 +0100 >Subject: [PATCH] Bug 5343: Followup: invoicenumber no longer exists, use > invoiceid. > >A previous patch replaces invoicenumber with invoiceid. >--- > .../intranet-tmpl/prog/en/modules/serials/subscription-detail.tt | 2 +- > serials/subscription-detail.pl | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt >index e6a7074..1dea871 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt >@@ -157,7 +157,7 @@ $(document).ready(function() { > <td>[% budget_name_spent %]</td> > <td> > [% IF ( spent_exists ) %] >- <a href="/cgi-bin/koha/acqui/invoice.pl?invoicenumber=[% invoicenumber %]">See invoice informations</a> >+ <a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% invoiceid %]">See invoice informations</a> > [% END %] > </td> > </tr> >diff --git a/serials/subscription-detail.pl b/serials/subscription-detail.pl >index 5ac8d04..12571b9 100755 >--- a/serials/subscription-detail.pl >+++ b/serials/subscription-detail.pl >@@ -150,7 +150,7 @@ if ( defined $subscriptionid ) { > $tmpl_infos->{valuegsti_spent} = sprintf( "%.2f", $tmpl_infos->{valuegsti_spent} ); > $tmpl_infos->{valuegste_spent} = sprintf( "%.2f", $tmpl_infos->{valuegste_spent} ); > $tmpl_infos->{budget_name_spent} = GetBudgetName $lastOrderReceived->{budget_id}; >- $tmpl_infos->{invoicenumber} = $lastOrderReceived->{booksellerinvoicenumber}; >+ $tmpl_infos->{invoiceid} = $lastOrderReceived->{invoiceid}; > $tmpl_infos->{spent_exists} = 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 5343
:
13010
|
13011
|
15840
|
16321
|
16482
|
16492
|
16510
|
16624
|
16625
|
16626
|
16641
|
16723
|
16724
|
16725
|
16726
|
16728
|
16733
|
16735
|
16736
|
16737
|
16738
|
16739
|
16748
|
16754
|
16762
|
16764
|
16765
|
16766
|
16767
|
16768
|
16769
|
16770