Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/frappe/erpnext into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
nabinhait committed May 8, 2018
2 parents 9036b9e + f2df7f3 commit b2800ee
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def get_data():
},
{
'label': _('Subscription'),
'items': ['Subscription']
'items': ['Auto Repeat']
},
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def get_data():
},
{
'label': _('Subscription'),
'items': ['Subscription']
'items': ['Auto Repeat']
},
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_data():
},
{
'label': _('Reference'),
'items': ['Material Request', 'Supplier Quotation', 'Project', 'Subscription']
'items': ['Material Request', 'Supplier Quotation', 'Project', 'Auto Repeat']
},
{
'label': _('Sub-contracting'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_data():
},
{
'label': _('Subscription'),
'items': ['Subscription']
'items': ['Auto Repeat']
},
]

Expand Down
4 changes: 2 additions & 2 deletions erpnext/config/accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ def get_data():
},
{
"type": "doctype",
"name": "Subscription",
"label": _("Subscription"),
"name": "Auto Repeat",
"label": _("Auto Repeat"),
"description": _("To make recurring documents")
},
{
Expand Down
2 changes: 1 addition & 1 deletion erpnext/selling/doctype/quotation/quotation_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def get_data():
},
{
'label': _('Subscription'),
'items': ['Subscription']
'items': ['Auto Repeat']
},
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get_data():
},
{
'label': _('Reference'),
'items': ['Quotation', 'Subscription']
'items': ['Quotation', 'Auto Repeat']
},
{
'label': _('Payment'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_data():
},
{
'label': _('Subscription'),
'items': ['Subscription']
'items': ['Auto Repeat']
},
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def get_data():
},
{
'label': _('Subscription'),
'items': ['Subscription']
'items': ['Auto Repeat']
},
]
}

0 comments on commit b2800ee

Please sign in to comment.