mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
fix: sider
This commit is contained in:
@@ -4,10 +4,6 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
import frappe
|
import frappe
|
||||||
from frappe import _
|
from frappe import _
|
||||||
from erpnext.payroll.doctype.salary_structure_assignment.salary_structure_assignment import get_employee_currency
|
|
||||||
from erpnext.accounts.utils import get_currency_precision
|
|
||||||
from frappe.utils import flt
|
|
||||||
from erpnext.setup.utils import get_exchange_rate
|
|
||||||
|
|
||||||
def execute(filters=None):
|
def execute(filters=None):
|
||||||
columns, data = [], []
|
columns, data = [], []
|
||||||
|
|||||||
Reference in New Issue
Block a user