mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +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 _
|
||||||
@@ -31,5 +30,3 @@ 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