Merge branch 'develop' of https://github.com/frappe/erpnext into develop
This commit is contained in:
commit
b2800eeb2a
@ -30,7 +30,7 @@ def get_data():
|
||||
},
|
||||
{
|
||||
'label': _('Subscription'),
|
||||
'items': ['Subscription']
|
||||
'items': ['Auto Repeat']
|
||||
},
|
||||
]
|
||||
}
|
@ -29,7 +29,7 @@ def get_data():
|
||||
},
|
||||
{
|
||||
'label': _('Subscription'),
|
||||
'items': ['Subscription']
|
||||
'items': ['Auto Repeat']
|
||||
},
|
||||
]
|
||||
}
|
@ -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'),
|
||||
|
@ -22,7 +22,7 @@ def get_data():
|
||||
},
|
||||
{
|
||||
'label': _('Subscription'),
|
||||
'items': ['Subscription']
|
||||
'items': ['Auto Repeat']
|
||||
},
|
||||
]
|
||||
|
||||
|
@ -34,8 +34,8 @@ def get_data():
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Subscription",
|
||||
"label": _("Subscription"),
|
||||
"name": "Auto Repeat",
|
||||
"label": _("Auto Repeat"),
|
||||
"description": _("To make recurring documents")
|
||||
},
|
||||
{
|
||||
|
@ -13,7 +13,7 @@ def get_data():
|
||||
},
|
||||
{
|
||||
'label': _('Subscription'),
|
||||
'items': ['Subscription']
|
||||
'items': ['Auto Repeat']
|
||||
},
|
||||
]
|
||||
}
|
@ -32,7 +32,7 @@ def get_data():
|
||||
},
|
||||
{
|
||||
'label': _('Reference'),
|
||||
'items': ['Quotation', 'Subscription']
|
||||
'items': ['Quotation', 'Auto Repeat']
|
||||
},
|
||||
{
|
||||
'label': _('Payment'),
|
||||
|
@ -26,7 +26,7 @@ def get_data():
|
||||
},
|
||||
{
|
||||
'label': _('Subscription'),
|
||||
'items': ['Subscription']
|
||||
'items': ['Auto Repeat']
|
||||
},
|
||||
]
|
||||
}
|
@ -28,7 +28,7 @@ def get_data():
|
||||
},
|
||||
{
|
||||
'label': _('Subscription'),
|
||||
'items': ['Subscription']
|
||||
'items': ['Auto Repeat']
|
||||
},
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user