fix: sider issues

This commit is contained in:
Rucha Mahabal 2021-01-21 13:00:10 +05:30
parent 3af46cc6cc
commit b48eab972e
2 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,7 @@ frappe.ui.form.on('Membership Type', {
filters: {
is_stock_item: 0
}
}
})
};
});
}
});

View File

@ -5,6 +5,7 @@
from __future__ import unicode_literals
from frappe.model.document import Document
import frappe
from frappe import _
class MembershipType(Document):
def validate(self):