Merge pull request 'fix: refs #7213 problem rounding' (#5) from 7213-Sale_setProblemRoundingByBuy into master
gitea/mycdc/pipeline/head This commit looks good
Details
gitea/mycdc/pipeline/head This commit looks good
Details
Reviewed-on: #5 Reviewed-by: Guillermo Bonet <guillermo@verdnatura.es>
This commit is contained in:
commit
01f682fe4f
|
@ -15,3 +15,12 @@ includeSchema:
|
||||||
- id
|
- id
|
||||||
- quantity
|
- quantity
|
||||||
- itemFk
|
- itemFk
|
||||||
|
buy:
|
||||||
|
key: id
|
||||||
|
scope: item
|
||||||
|
columns:
|
||||||
|
- id
|
||||||
|
- itemFk
|
||||||
|
- grouping
|
||||||
|
events:
|
||||||
|
- updaterows
|
Loading…
Reference in New Issue