Issue
Invisible Barcode info is not translated to 2D Barcode properly.
Cause
Customer has non-readable data placed on the page by VDE that determines a 2D barcode to be placed on the page.
If the non-readable data has the value V~0, the 2D barcode should have V0 at the end of it. If the non-readable data has the value V~1, the 2D barcode should have V1 at the end of it.
Resolution
The VDE script did not account for the V~1 value, it only accounted for the V~0 value. The script must be modified to accept and process the new V~1 value.
UPDATED: November 20, 2017