mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-11 22:38:25 +00:00
fix: removed unused code
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
from __future__ import unicode_literals
|
||||
from mmap import PAGESIZE
|
||||
import frappe
|
||||
|
||||
from frappe import _
|
||||
@@ -30,6 +29,4 @@ def execute():
|
||||
)
|
||||
|
||||
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