mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
Make date until inclusive in invoice search, registrar #2666
This commit is contained in:
parent
00cfbbdc7f
commit
812daff1e5
2 changed files with 25 additions and 9 deletions
|
@ -22,8 +22,7 @@ $(document).on 'page:change', ->
|
|||
tomorrow.setDate(today.getDate() + 1)
|
||||
|
||||
$('.datepicker').datepicker(
|
||||
dateFormat: "yy-mm-dd",
|
||||
maxDate: tomorrow
|
||||
dateFormat: "yy-mm-dd"
|
||||
)
|
||||
|
||||
if $('.js-combobox').length
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue