Bugzilla – Attachment 151144 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: (QA follow-up) Date received should default to today
Bug-8179-QA-follow-up-Date-received-should-default.patch (text/plain), 1.20 KB, created by
Kyle M Hall (khall)
on 2023-05-12 16:35:35 UTC
(
hide
)
Description:
Bug 8179: (QA follow-up) Date received should default to today
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2023-05-12 16:35:35 UTC
Size:
1.20 KB
patch
obsolete
>From ecef2ae5d1d383b135349cc2989c79712fab4324 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 12 May 2023 15:11:46 +0000 >Subject: [PATCH] Bug 8179: (QA follow-up) Date received should default to > today > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt | 3 +++ > 1 file changed, 3 insertions(+) > >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 776fbdc66a..297498ad5f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >@@ -426,6 +426,9 @@ > tr.append('<td>'+display_string( 'item_type_id', item._strings, item.item_type_id )+'</td>'); > tr.append('<td>'+display_string( 'materials_notes', item._strings, item.materials_notes )+'</td>'); > tr.append('<td>'+(item.public_notes||'')+'</td>'); >+ >+ const fp = document.querySelector("#datereceived")._flatpickr; >+ fp.setDate(new Date()); > }; > > var items_columns = [null, null, 'external_id', 'home_library_id', >-- >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