Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
autocount_pos:posallownegativeprice [2025/04/04 07:27] supportautocount_pos:posallownegativeprice [2025/04/04 07:28] (current) support
Line 5: Line 5:
    
 public void OnFormInitialize(AutoCount.POS.FormSales.FormInitializeEventArgs e) public void OnFormInitialize(AutoCount.POS.FormSales.FormInitializeEventArgs e)
-// 
         {         {
-// 
             e.Form.IsValidateNegativeSubTotal = false;             e.Form.IsValidateNegativeSubTotal = false;
-// 
         }         }