Hi,

Apologies in advance for the double email.

I was able to find one solution but curious if others have ideas as well.
 Using css I was able to add @media print { div.error {visibility:hidden}}
which blocks the error from printing.

I can also add @media screen { div.error {visibility:hidden}} which will
block the error from appearing on the screen. However, I am too nervous to
do this as there are useful error messages that users need to see! Other
ideas just to hide this one error?

Thanks,

Tobin




On Sat, May 5, 2012 at 11:36 AM, Tobin Greensweig <[email protected]>wrote:

> Hi,
>
> In our implementation we are often must add multiple of the same fields
> (for example multiple coded diagnoses, drugs, or tests). If multiple of
> these fields are filled out, when a user goes back into the form they are
> (correctly) given an error that "Due to insufficient data this form may not
> necessarily display the same way the form was originally entered. Please
> refer to issue TRUNK-2069 for more information."
>
> For us the significance of the warning is benign (doesn't matter what
> order the observations are displayed) but it confuses our users and makes
> our forms unprintable (since the recipient of the printouts are outside of
> our organization and get super confused). Is it possible to suppress this
> error?
>
> Thank you,
>
> Tobin
>
>


-- 
Tobin

_________________________________________

To unsubscribe from OpenMRS Implementers' mailing list, send an e-mail to 
[email protected] with "SIGNOFF openmrs-implement-l" in the  body 
(not the subject) of your e-mail.

[mailto:[email protected]?body=SIGNOFF%20openmrs-implement-l]

Reply via email to