Add this to oInventoryDataDictionary in order.wo. The DescriptionvalidationTable's stop showing the list.

Code:
        Procedure OnNewCurrentRecord RowID riOldRowId RowID riNewRowId
            Forward Send OnNewCurrentRecord riOldRowId riNewRowId


            Boolean bAppSynching
            
            Get AppSynching to bAppSynching
            If (not(bAppSynching)) Begin
                String sMask


                Move "###,##0.00" to sMask
                                 
                WebSet psMask of oOrderDetailQty_Ordered  to sMask
            End
        End_Procedure
And yes... your bug fix works fine.

I added it inside index.html

Thank you, thank you, thank you.