File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 371
371
comment =" No Discount" />
372
372
<column xsi : type =" decimal" name =" tax_percent" scale =" 4" precision =" 12" unsigned =" false" nullable =" true"
373
373
comment =" Tax Percent" />
374
- <column xsi : type =" decimal" name =" base_price" scale =" 4" precision =" 12 " unsigned =" false" nullable =" true"
374
+ <column xsi : type =" decimal" name =" base_price" scale =" 4" precision =" 20 " unsigned =" false" nullable =" true"
375
375
comment =" Base Price" />
376
- <column xsi : type =" decimal" name =" base_cost" scale =" 4" precision =" 12 " unsigned =" false" nullable =" true"
376
+ <column xsi : type =" decimal" name =" base_cost" scale =" 4" precision =" 20 " unsigned =" false" nullable =" true"
377
377
comment =" Base Cost" />
378
378
<column xsi : type =" decimal" name =" price_incl_tax" scale =" 4" precision =" 20" unsigned =" false" nullable =" true"
379
379
comment =" Price Incl Tax" />
Original file line number Diff line number Diff line change 508
508
default =" 0" comment =" Qty Shipped" />
509
509
<column xsi : type =" decimal" name =" base_cost" scale =" 4" precision =" 12" unsigned =" false" nullable =" true"
510
510
default =" 0" comment =" Base Cost" />
511
- <column xsi : type =" decimal" name =" price" scale =" 4" precision =" 12 " unsigned =" false" nullable =" false" default =" 0"
511
+ <column xsi : type =" decimal" name =" price" scale =" 4" precision =" 20 " unsigned =" false" nullable =" false" default =" 0"
512
512
comment =" Price" />
513
- <column xsi : type =" decimal" name =" base_price" scale =" 4" precision =" 12 " unsigned =" false" nullable =" false"
513
+ <column xsi : type =" decimal" name =" base_price" scale =" 4" precision =" 20 " unsigned =" false" nullable =" false"
514
514
default =" 0" comment =" Base Price" />
515
- <column xsi : type =" decimal" name =" original_price" scale =" 4" precision =" 12 " unsigned =" false" nullable =" true"
515
+ <column xsi : type =" decimal" name =" original_price" scale =" 4" precision =" 20 " unsigned =" false" nullable =" true"
516
516
comment =" Original Price" />
517
- <column xsi : type =" decimal" name =" base_original_price" scale =" 4" precision =" 12 " unsigned =" false" nullable =" true"
517
+ <column xsi : type =" decimal" name =" base_original_price" scale =" 4" precision =" 20 " unsigned =" false" nullable =" true"
518
518
comment =" Base Original Price" />
519
519
<column xsi : type =" decimal" name =" tax_percent" scale =" 4" precision =" 12" unsigned =" false" nullable =" true"
520
520
default =" 0" comment =" Tax Percent" />
You can’t perform that action at this time.
0 commit comments