Bugzilla – Attachment 155520 Details for
Bug 34708
Ability to modify an order line to increase quantity of ordered item
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34708: [WIP]
Bug-34708-WIP.patch (text/plain), 2.21 KB, created by
Aleisha Amohia
on 2023-09-11 20:38:36 UTC
(
hide
)
Description:
Bug 34708: [WIP]
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2023-09-11 20:38:36 UTC
Size:
2.21 KB
patch
obsolete
>From f03f4d2d631825effc814e038b6e282bab8e5781 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Mon, 11 Sep 2023 20:38:12 +0000 >Subject: [PATCH] Bug 34708: [WIP] > >--- > acqui/neworderempty.pl | 2 +- > .../intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/acqui/neworderempty.pl b/acqui/neworderempty.pl >index 2557a4c51b4..c57f433aac4 100755 >--- a/acqui/neworderempty.pl >+++ b/acqui/neworderempty.pl >@@ -349,7 +349,7 @@ foreach my $r (@{$budgets}) { > $template->param( sort1 => $data->{'sort1'} ); > $template->param( sort2 => $data->{'sort2'} ); > >-if ($basketobj->effective_create_items eq 'ordering' && !$ordernumber) { >+if ($basketobj->effective_create_items eq 'ordering') { > # Check if ACQ framework exists > my $marc = GetMarcStructure(1, 'ACQ', { unsafe => 1 } ); > unless($marc) { >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >index 4523300a8da..f6680e2b020 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >@@ -490,7 +490,7 @@ > [% UNLESS subscriptionid || basket.is_standing %][% # it is a suggestion, we have not items %] > [% IF (AcqCreateItemOrdering) %] > >- <div id="items_list" class="page-section" style="display:none"> >+ <div id="items_list" class="page-section"> > <p><strong>Items list</strong></p> > <div style="width:100%;overflow:auto;"> > <table> >@@ -544,7 +544,7 @@ > [% IF basket.is_standing %] > <input type="text" readonly="readonly" size="20" id="quantity" name="quantity" value="1" /> > [% ELSE %] >- <input type="text" readonly="readonly" size="20" id="quantity" name="quantity" value="0" /> >+ <input type="text" readonly="readonly" size="20" id="quantity" name="quantity" value="[% quantityrec | html %]" /> > [% END %] > [% ELSE %] > [% IF basket.is_standing %] >-- >2.30.2
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 34708
:
155520
|
155580
|
156039
|
158407