Bug 29232

Summary: Clean up obsolete jQueryUI datepicker code from cash register stats template
Product: Koha Reporter: Owen Leonard <oleonard>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: kyle
Version: master   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
21.11.00
Bug Depends on: 28949    
Bug Blocks:    
Attachments: Bug 29232: Clean up obsolete jQueryUI datepicker code from cash register stats template
Bug 29232: Clean up obsolete jQueryUI datepicker code from cash register stats template
Bug 29232: Clean up obsolete jQueryUI datepicker code from cash register stats template

Description Owen Leonard 2021-10-13 16:26:04 UTC
Bug 28949 left behind some unused jQueryUI datepicker code in the cash register stats template, reports/cash_register_stats.tt.
Comment 1 Owen Leonard 2021-10-13 18:17:15 UTC
Created attachment 126230 [details] [review]
Bug 29232: Clean up obsolete jQueryUI datepicker code from cash register stats template

This patch removes some jQueryUI datepicker code from
reports/cash_register_stats.tt which was left behind by Bug 28949.

To test, apply the patch and go to Reports -> Cash register statistics
wizard. The "From" and "To" date fields should work correctly, since
Flatpickr code is unchanged.
Comment 2 David Nind 2021-10-16 17:51:56 UTC
Created attachment 126406 [details] [review]
Bug 29232: Clean up obsolete jQueryUI datepicker code from cash register stats template

This patch removes some jQueryUI datepicker code from
reports/cash_register_stats.tt which was left behind by Bug 28949.

To test, apply the patch and go to Reports -> Cash register statistics
wizard. The "From" and "To" date fields should work correctly, since
Flatpickr code is unchanged.

Signed-off-by: David Nind <david@davidnind.com>
Comment 3 Katrin Fischer 2021-10-18 21:47:30 UTC
Created attachment 126464 [details] [review]
Bug 29232: Clean up obsolete jQueryUI datepicker code from cash register stats template

This patch removes some jQueryUI datepicker code from
reports/cash_register_stats.tt which was left behind by Bug 28949.

To test, apply the patch and go to Reports -> Cash register statistics
wizard. The "From" and "To" date fields should work correctly, since
Flatpickr code is unchanged.

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 4 Jonathan Druart 2021-10-19 07:45:06 UTC
Pushed to master for 21.11, thanks to everybody involved!