Use BigDecimal object type for Supplier shipping costs, instead of bcmath string.

This commit is contained in:
Jan Böhmer 2020-05-18 22:07:09 +02:00
parent ae23a82105
commit 08267b88b0
10 changed files with 312 additions and 14 deletions

View file

@ -11,6 +11,8 @@ doctrine:
class: App\Helpers\UTCDateTimeType
date:
class: App\Helpers\UTCDateTimeType
big_decimal:
class: App\Helpers\BigDecimalType
schema_filter: ~^(?!internal)~
profiling_collect_backtrace: true