Bugzilla – Attachment 151139 Details for
Bug 8179
Receiving multiple order lines at once
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8179: Remove commented code
Bug-8179-Remove-commented-code.patch (text/plain), 3.75 KB, created by
Kyle M Hall (khall)
on 2023-05-12 16:35:13 UTC
(
hide
)
Description:
Bug 8179: Remove commented code
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2023-05-12 16:35:13 UTC
Size:
3.75 KB
patch
obsolete
>From cf46ecd3f9c2e4dbb1a6ee62c95a426466f0789d Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 11 May 2023 12:07:54 -0300 >Subject: [PATCH] Bug 8179: Remove commented code > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > acqui/orderreceive.pl | 1 - > .../prog/en/modules/acqui/orderreceive.tt | 25 ------------------- > 2 files changed, 26 deletions(-) > >diff --git a/acqui/orderreceive.pl b/acqui/orderreceive.pl >index e0b6096797..a32d7be756 100644 >--- a/acqui/orderreceive.pl >+++ b/acqui/orderreceive.pl >@@ -195,7 +195,6 @@ foreach my $budget (@{$budgets}) { > b_sort1_authcat => $budget->{'sort1_authcat'}, > b_sort2_authcat => $budget->{'sort2_authcat'}, > b_active => $budget->{budget_period_active}, >- # b_sel => ( $budget->{budget_id} == $order->budget_id ) ? 1 : 0, > b_level => $budget->{budget_level}, > }; > } >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >index 1796de3014..1340f59475 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >@@ -1112,19 +1112,9 @@ > if(row.subscription_id) { > $('#modal-order-main #items-panel').removeClass('show').addClass('hide'); > $('#modal-order-main #history-panel').removeClass('hide').addClass('show'); >- /*$('#modal-order-main').tabs("disable", "#items-panel"); >- $('#modal-order-main').tabs("enable", "#history-panel"); >- if($('#modal-order-main').tabs( "option", "active" ) == 3) { >- $('#modal-order-main').tabs( "option", "active", 0); >- }*/ > } else { > $('#modal-order-main #history-panel').removeClass('show').addClass('hide'); > $('#modal-order-main #items-panel').removeClass('hide').addClass('show'); >- /*$('#modal-order-main').tabs("enable", "#items-panel"); >- $('#modal-order-main').tabs("disable", "#history-panel"); >- if($('#modal-order-main').tabs( "option", "active" ) == 2) { >- $('#modal-order-main').tabs( "option", "active", 0); >- }*/ > if(effective_create_items == 'receiving') { > $("#acq-create-receiving").show(); > $("#acq-create-ordering").hide(); >@@ -1161,12 +1151,6 @@ > } > } else { > $('#modal-order-main #items-panel').removeClass('show').addClass('hide'); >- /* >- if($('#modal-order-main').tabs( "option", "active" ) == 3) { >- $('#modal-order-main').tabs( "option", "active", 0); >- } >- $('#modal-order-main').tabs("disable", "#items-panel"); >- */ > } > } > $("#select_currency").hide(); >@@ -1226,15 +1210,6 @@ > $("#order_edit").modal('hide'); > }) > >- /*$('#modal-order-main').tabs({ >- activate: function(event, ui) { >- var active = ui.newPanel.attr('id') >- if(active == 'history-panel') { >- show_subs($("#order_edit").data('row')); >- } >- } >- });*/ >- > $("#order_edit").on("show.bs.modal", function (event) { > var anchor = $(event.relatedTarget); > var n = anchor.data("row"); >-- >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 8179
:
9881
|
111437
|
111438
|
111439
|
111440
|
112554
|
112555
|
112556
|
112558
|
112588
|
112643
|
112644
|
112645
|
112646
|
112744
|
112745
|
112746
|
112747
|
114688
|
114689
|
114690
|
114691
|
116582
|
116583
|
116584
|
116585
|
116588
|
116589
|
116590
|
116591
|
116681
|
116682
|
116683
|
116684
|
116942
|
116943
|
116944
|
116945
|
119178
|
119179
|
119180
|
119181
|
120620
|
120621
|
120622
|
120623
|
148215
|
148216
|
148217
|
148218
|
148233
|
148284
|
148285
|
148286
|
148287
|
148288
|
148521
|
148522
|
148523
|
148524
|
148525
|
148526
|
148685
|
148981
|
148982
|
148983
|
148984
|
148985
|
148986
|
151026
|
151086
|
151087
|
151088
|
151089
|
151092
|
151093
|
151137
|
151138
| 151139 |
151140
|
151141
|
151142
|
151143
|
151144
|
151145
|
151163
|
151250
|
151367
|
151431