Browse Source

Fixed float values for price

keplyx 4 years ago
parent
commit
ebe52728c5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      assets/js/articles.js

+ 1
- 1
assets/js/articles.js View File

@@ -21,7 +21,7 @@ $(document).ready(function () {
21 21
             {
22 22
                 name: 'price',
23 23
                 description: 'Prix',
24
-                type: 'number'
24
+                type: 'text'
25 25
             },
26 26
             {
27 27
                 name: 'code',

Loading…
Cancel
Save