mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-03 09:44:41 +02:00
Use BigDecimal object type for Supplier shipping costs, instead of bcmath string.
This commit is contained in:
parent
ae23a82105
commit
08267b88b0
10 changed files with 312 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue