chore: label changes in retail and stock (#19243)
This commit is contained in:
parent
41a6548acb
commit
d5067b4d73
@ -941,7 +941,7 @@
|
||||
"collapsible": 1,
|
||||
"fieldname": "printing_details",
|
||||
"fieldtype": "Section Break",
|
||||
"label": "Printing Details"
|
||||
"label": "Print Settings"
|
||||
},
|
||||
{
|
||||
"fieldname": "language",
|
||||
@ -1120,7 +1120,7 @@
|
||||
"allow_on_submit": 1,
|
||||
"fieldname": "sales_team",
|
||||
"fieldtype": "Table",
|
||||
"label": "Sales Team1",
|
||||
"label": "Sales Team",
|
||||
"oldfieldname": "sales_team",
|
||||
"oldfieldtype": "Table",
|
||||
"options": "Sales Team",
|
||||
@ -1176,7 +1176,7 @@
|
||||
"icon": "fa fa-file-text",
|
||||
"idx": 105,
|
||||
"is_submittable": 1,
|
||||
"modified": "2019-09-12 02:13:56.308839",
|
||||
"modified": "2019-09-27 14:23:52.233323",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Selling",
|
||||
"name": "Sales Order",
|
||||
|
@ -4,6 +4,7 @@
|
||||
"creation": "2013-05-24 19:29:09",
|
||||
"doctype": "DocType",
|
||||
"document_type": "Document",
|
||||
"engine": "InnoDB",
|
||||
"field_order": [
|
||||
"delivery_to_section",
|
||||
"column_break0",
|
||||
@ -1026,7 +1027,7 @@
|
||||
"collapsible": 1,
|
||||
"fieldname": "printing_details",
|
||||
"fieldtype": "Section Break",
|
||||
"label": "Printing Details"
|
||||
"label": "Print Settings"
|
||||
},
|
||||
{
|
||||
"allow_on_submit": 1,
|
||||
@ -1237,7 +1238,7 @@
|
||||
"icon": "fa fa-truck",
|
||||
"idx": 146,
|
||||
"is_submittable": 1,
|
||||
"modified": "2019-08-26 07:37:39.766014",
|
||||
"modified": "2019-09-27 14:24:20.269682",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Stock",
|
||||
"name": "Delivery Note",
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -335,7 +335,7 @@
|
||||
"depends_on": "to_warehouse",
|
||||
"fieldname": "target_warehouse_address",
|
||||
"fieldtype": "Link",
|
||||
"label": "Target Warehouse Name",
|
||||
"label": "Target Warehouse Address",
|
||||
"options": "Address"
|
||||
},
|
||||
{
|
||||
@ -627,7 +627,7 @@
|
||||
"icon": "fa fa-file-text",
|
||||
"idx": 1,
|
||||
"is_submittable": 1,
|
||||
"modified": "2019-09-09 11:40:05.762003",
|
||||
"modified": "2019-09-27 14:38:20.801420",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Stock",
|
||||
"name": "Stock Entry",
|
||||
|
@ -30,7 +30,7 @@ frappe.ui.form.on("Stock Reconciliation", {
|
||||
|
||||
refresh: function(frm) {
|
||||
if(frm.doc.docstatus < 1) {
|
||||
frm.add_custom_button(__("Items"), function() {
|
||||
frm.add_custom_button(__("Fetch Items from Warehouse"), function() {
|
||||
frm.events.get_items(frm);
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user