-
- Downloads
Issue #12203 - Sample Dataset data doesn't add up (#14513)
Fixing total for all order records in sample data EDN file Making same update in sample-dataset H2 file, via: UPDATE ORDERS SET TOTAL=SUBTOTAL+TAX-IFNULL(DISCOUNT,0);
Loading
Please register or sign in to comment