mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
fix: removed unused code
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
from mmap import PAGESIZE
|
|
||||||
import frappe
|
import frappe
|
||||||
|
|
||||||
from frappe import _
|
from frappe import _
|
||||||
@@ -30,6 +29,4 @@ def execute():
|
|||||||
)
|
)
|
||||||
|
|
||||||
for entry in gl_entry_list:
|
for entry in gl_entry_list:
|
||||||
frappe.db.set_value('GL Entry', entry.name, 'remarks', remarks)
|
frappe.db.set_value('GL Entry', entry.name, 'remarks', remarks)
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user