feat: add eBay pricing integration with DocTypes, Frappe Page, and API methods
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import frappe
|
||||
from frappe import _
|
||||
|
||||
no_cache = 1
|
||||
|
||||
def get_context(context):
|
||||
context.no_cache = 1
|
||||
context.title = _("eBay Pricing")
|
||||
return context
|
||||
Reference in New Issue
Block a user