From f7c4d1e807e43dfff3a3cdab40bd3ed1344dbf94 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 26 Jun 2013 17:33:59 +0530 Subject: [PATCH] [setup home] moved SMS Settings link to Tools section --- setup/page/setup/setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup/page/setup/setup.py b/setup/page/setup/setup.py index ab2cdb7384..1a467c3d8e 100644 --- a/setup/page/setup/setup.py +++ b/setup/page/setup/setup.py @@ -141,11 +141,6 @@ items = [ { "doctype": "Email Digest", }, - { - "doctype": "SMS Settings", - "single": 1, - "query": "select count(*) from tabSingles where doctype='SMS Settings' and field='sms_gateway_url'" - }, { "type": "Section", "title": "Opening Accounts and Stock", @@ -194,6 +189,11 @@ items = [ and field in ('quotation', 'sales_order', 'sales_invoice', 'purchase_order', 'purchase_receipt', 'expense_claim', 'delivery_note')"""}, { "doctype": "File Data", "title": "Uploaded File Attachments" }, + { + "doctype": "SMS Settings", + "single": 1, + "query": "select count(*) from tabSingles where doctype='SMS Settings' and field='sms_gateway_url'" + }, { "title": "Data Import", "route": "data-import-tool", "type": "Link", "icon": "icon-upload" },