Skip to content
Snippets Groups Projects
Unverified Commit 59559435 authored by Jeff Evans's avatar Jeff Evans Committed by GitHub
Browse files

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);
parent c61172cd
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment