mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-28 17:34:47 +00:00
fix: Removed set posting time field for multiple docs
This commit is contained in:
@@ -16,7 +16,6 @@
|
|||||||
"company",
|
"company",
|
||||||
"posting_date",
|
"posting_date",
|
||||||
"posting_time",
|
"posting_time",
|
||||||
"set_posting_time",
|
|
||||||
"due_date",
|
"due_date",
|
||||||
"student_details",
|
"student_details",
|
||||||
"program_enrollment",
|
"program_enrollment",
|
||||||
@@ -127,14 +126,6 @@
|
|||||||
"label": "Posting Time",
|
"label": "Posting Time",
|
||||||
"no_copy": 1
|
"no_copy": 1
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"default": "0",
|
|
||||||
"depends_on": "eval:doc.docstatus==0",
|
|
||||||
"fieldname": "set_posting_time",
|
|
||||||
"fieldtype": "Check",
|
|
||||||
"label": "Edit Posting Date and Time",
|
|
||||||
"print_hide": 1
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"fieldname": "due_date",
|
"fieldname": "due_date",
|
||||||
"fieldtype": "Date",
|
"fieldtype": "Date",
|
||||||
@@ -336,7 +327,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"modified": "2019-05-25 22:58:20.026368",
|
"modified": "2019-08-05 16:57:41.048166",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Education",
|
"module": "Education",
|
||||||
"name": "Fees",
|
"name": "Fees",
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -21,7 +21,6 @@
|
|||||||
"col2",
|
"col2",
|
||||||
"posting_date",
|
"posting_date",
|
||||||
"posting_time",
|
"posting_time",
|
||||||
"set_posting_time",
|
|
||||||
"inspection_required",
|
"inspection_required",
|
||||||
"from_bom",
|
"from_bom",
|
||||||
"sb1",
|
"sb1",
|
||||||
@@ -220,14 +219,6 @@
|
|||||||
"oldfieldtype": "Time",
|
"oldfieldtype": "Time",
|
||||||
"print_hide": 1
|
"print_hide": 1
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"default": "0",
|
|
||||||
"depends_on": "eval:doc.docstatus==0",
|
|
||||||
"fieldname": "set_posting_time",
|
|
||||||
"fieldtype": "Check",
|
|
||||||
"label": "Edit Posting Date and Time",
|
|
||||||
"print_hide": 1
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"default": "0",
|
"default": "0",
|
||||||
"fieldname": "inspection_required",
|
"fieldname": "inspection_required",
|
||||||
@@ -618,7 +609,7 @@
|
|||||||
"icon": "fa fa-file-text",
|
"icon": "fa fa-file-text",
|
||||||
"idx": 1,
|
"idx": 1,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"modified": "2019-07-14 17:41:39.257508",
|
"modified": "2019-08-05 16:56:25.539005",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Stock Entry",
|
"name": "Stock Entry",
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"description": "This tool helps you to update or fix the quantity and valuation of stock in the system. It is typically used to synchronise the system values and what actually exists in your warehouses.",
|
"description": "This tool helps you to update or fix the quantity and valuation of stock in the system. It is typically used to synchronise the system values and what actually exists in your warehouses.",
|
||||||
"doctype": "DocType",
|
"doctype": "DocType",
|
||||||
"document_type": "Document",
|
"document_type": "Document",
|
||||||
|
"engine": "InnoDB",
|
||||||
"field_order": [
|
"field_order": [
|
||||||
"naming_series",
|
"naming_series",
|
||||||
"company",
|
"company",
|
||||||
@@ -11,7 +12,6 @@
|
|||||||
"col1",
|
"col1",
|
||||||
"posting_date",
|
"posting_date",
|
||||||
"posting_time",
|
"posting_time",
|
||||||
"set_posting_time",
|
|
||||||
"sb9",
|
"sb9",
|
||||||
"items",
|
"items",
|
||||||
"section_break_9",
|
"section_break_9",
|
||||||
@@ -73,12 +73,6 @@
|
|||||||
"oldfieldtype": "Time",
|
"oldfieldtype": "Time",
|
||||||
"reqd": 1
|
"reqd": 1
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"default": "0",
|
|
||||||
"fieldname": "set_posting_time",
|
|
||||||
"fieldtype": "Check",
|
|
||||||
"label": "Edit Posting Date and Time"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"fieldname": "sb9",
|
"fieldname": "sb9",
|
||||||
"fieldtype": "Section Break"
|
"fieldtype": "Section Break"
|
||||||
@@ -153,7 +147,7 @@
|
|||||||
"idx": 1,
|
"idx": 1,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"max_attachments": 1,
|
"max_attachments": 1,
|
||||||
"modified": "2019-05-26 09:03:09.542141",
|
"modified": "2019-08-05 16:57:20.080480",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Stock Reconciliation",
|
"name": "Stock Reconciliation",
|
||||||
|
|||||||
Reference in New Issue
Block a user