V7 e-prescribe bug

When the NewCrop/Ensora interface is enabled in OpenEMR V7.0.x, when a user clicks on the NewCrop e-RX option in the menu, the UI labels the eRX tab as “Unknown”. Kind of a ticky tack thing, but for the sake of consistency, it would be nice if the tab was labeled correctly like the others.

@Penguin8R I will connect with Ensora to make this look better. You are right, it should display something better than Unknown.

@Penguin8R I chased down how to fix the issue.

1 Like

Hi Sherwin-

Nice catch!

I’ve noticed that some other features also show an ‘unknown’ tab, don’t remember which.

Is this fix specific to Ensora or will it fix all the other ‘unknown’s?

e.g.,

  • HT

This fix was specific to Ensora. The way the system is coded to use knockout JS. If the standard.json is not used to populate the tab with the label data. The custom_bindings.js was created to handle those outliers to inject the label. That is why it is specific to Enora because it listens for the page reference.

Thank You Sherwin!

I was AFK for a bit and missed this, just getting caught up now.

We had dug in just far enough to realize that the system was displaying the “Unknown” flag, as a generic label on any internal tab that’s referencing or displaying content from an external web site or resource, but hadn’t gotten to where we could find a way to recognize the NewCrop/Ensora link and put a label on it. This is excellent.