chore: remove all six compat code
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
|
||||
|
||||
import frappe
|
||||
from six import iteritems
|
||||
|
||||
|
||||
def execute():
|
||||
@@ -34,7 +33,7 @@ def execute():
|
||||
'Based on price list': 'Based On Price List'
|
||||
}
|
||||
|
||||
for key, value in iteritems(price_determination_map):
|
||||
for key, value in price_determination_map.items():
|
||||
frappe.db.sql("""
|
||||
UPDATE `tabSubscription Plan`
|
||||
SET price_determination = %s
|
||||
|
||||
Reference in New Issue
Block a user