Explorar el Código

Allowed precision upto 9 for Float, Currency, Percent fieldtype

version-14
Nabin Hait hace 10 años
padre
commit
a7448bf1c1
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      frappe/core/doctype/custom_field/custom_field.json

+ 2
- 2
frappe/core/doctype/custom_field/custom_field.json Ver fichero

@@ -68,7 +68,7 @@
"fieldname": "precision",
"fieldtype": "Select",
"label": "Precision",
"options": "\n1\n2\n3\n4\n5\n6",
"options": "\n1\n2\n3\n4\n5\n6\n7\n8\n9",
"permlevel": 0,
"precision": ""
},
@@ -267,7 +267,7 @@
],
"icon": "icon-glass",
"idx": 1,
"modified": "2014-09-05 07:41:13.076820",
"modified": "2014-11-07 12:59:28.734894",
"modified_by": "Administrator",
"module": "Core",
"name": "Custom Field",


Cargando…
Cancelar
Guardar