Menu

Calendar in Issue Section not working

Developers
Arnab Naha
2016-07-20
2016-07-23
  • Arnab Naha

    Arnab Naha - 2016-07-20

    Hello
    The calendar in add issue is not working. Click on a patient and in the patient summary screen, click on issues. Next, in the issue section click on add issue button. A popup box will be displayed. Try and click on the calendar icons beside begin date and end date. Both donot function.
    I am on latest development version 4.3.1 and using windows. This doesnot work in both firefox and chrome.

     
  • Wepp

    Wepp - 2016-07-20

    Hello Arnab,

    You need to comment out the following lines in
    interface/patient_file/summary/add_edit_issue.php
    (i) document.getElementById('row_reinjury_id').style.display = injdisp; - Line no.485
    (ii) Calendar.setup({inputField:"form_return",
    ifFormat:"%Y-%m-%d",button:"img_return"}); - Line no.841

    We couldn't able to find the corresponding fields. So these two lines can be comment out.

    Hope it helps.

    Thanks,
    Wepp Team

     
  • Brady Miller

    Brady Miller - 2016-07-21

    Hi,
    Also confirmed this bug. Anybody up for placing this bug fix in git?
    -brady
    OpenEMR

     
  • ViSolve

    ViSolve - 2016-07-21

    Hi Brady,
    We will fix this up and get back on the same.

    Thanks,
    ViSolve OpenEMR Support Team
    ViSolve

     
  • ViSolve

    ViSolve - 2016-07-22

    Brady,
    We have fixed this issue and updated in this link https://sourceforge.net/p/openemr/bugs/447/.
    Kindly review and let us know.

    Thanks
    OpenEMR Customization/Support Team,
    ViSolve Inc

     
  • Arnab Naha

    Arnab Naha - 2016-07-22

    Thanks Visolve, introduced the changes into my codebase...it works perfectly...Thank u brady and visolve

     
  • Brady Miller

    Brady Miller - 2016-07-23

    Thanks for the fix Visolve!
    I just committed your fix to the codebase,
    -brady
    OpenEMR

     

Log in to post a comment.