You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The architecture allows the OVL system to have multiple print servers all running at the same time. However, the code for OVLcheckincheckout.php does not lock records when querying for unprinted record values and then setting the printed flag on the record. Therefore, more than one print server might pick up the same badge and multiple badge prints can occur. An enhancement would be to add some record locking into this PHP script so that multiple print servers can be accommodated and they won't print duplicate badges.