Fixed float values for price
This commit is contained in:
parent
d9e799a538
commit
ebe52728c5
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ $(document).ready(function () {
|
|||
{
|
||||
name: 'price',
|
||||
description: 'Prix',
|
||||
type: 'number'
|
||||
type: 'text'
|
||||
},
|
||||
{
|
||||
name: 'code',
|
||||
|
|
Loading…
Reference in a new issue