Bugzilla – Attachment 167952 Details for
Bug 34440
Add warm-up and cool-down periods to bookings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34440: Add isSameOrBefore dayjs plugin
Bug-34440-Add-isSameOrBefore-dayjs-plugin.patch (text/plain), 1.04 KB, created by
Martin Renvoize (ashimema)
on 2024-06-21 11:26:55 UTC
(
hide
)
Description:
Bug 34440: Add isSameOrBefore dayjs plugin
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-06-21 11:26:55 UTC
Size:
1.04 KB
patch
obsolete
>From 6d71cbb797710d622eaaf6232d50c9358e15e698 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 26 Mar 2024 13:38:04 +0000 >Subject: [PATCH] Bug 34440: Add isSameOrBefore dayjs plugin > >--- > koha-tmpl/intranet-tmpl/lib/dayjs/plugin/isSameOrBefore.js | 1 + > 1 file changed, 1 insertion(+) > create mode 100644 koha-tmpl/intranet-tmpl/lib/dayjs/plugin/isSameOrBefore.js > >diff --git a/koha-tmpl/intranet-tmpl/lib/dayjs/plugin/isSameOrBefore.js b/koha-tmpl/intranet-tmpl/lib/dayjs/plugin/isSameOrBefore.js >new file mode 100644 >index 00000000000..9413c5554a5 >--- /dev/null >+++ b/koha-tmpl/intranet-tmpl/lib/dayjs/plugin/isSameOrBefore.js >@@ -0,0 +1 @@ >+!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).dayjs_plugin_isSameOrBefore=t()}(this,(function(){"use strict";return function(e,t){t.prototype.isSameOrBefore=function(e,t){return this.isSame(e,t)||this.isBefore(e,t)}}})); >-- >2.45.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 34440
:
167948
|
167949
|
167950
|
167951
|
167952
|
167953
|
167954
|
167955
|
168941
|
168942
|
168943
|
168944
|
168945
|
168946
|
168947
|
168948
|
168949
|
168998
|
168999
|
169000
|
169001
|
169002
|
169003
|
169004
|
169005
|
169006
|
169007
|
169571
|
169572
|
169573
|
169574
|
169575
|
169576
|
169577
|
169578
|
169579
|
169580
|
169581
|
169587
|
169588
|
170032
|
170033
|
170034
|
170035
|
170036
|
170037
|
170038
|
170039
|
170040
|
170041
|
170042
|
170046
|
170047
|
170048
|
170049
|
170050
|
170051
|
170052
|
170053
|
170054
|
170055
|
170056
|
170589
|
170590
|
170591
|
170592
|
170593
|
170594
|
170595
|
170596
|
170597
|
170598
|
170599
|
170600
|
170603
|
170610
|
170951