mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
adding patch
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
from __future__ import unicode_literals
|
||||||
|
import frappe
|
||||||
|
from frappe.model.utils.rename_field import rename_field
|
||||||
|
|
||||||
|
def execute():
|
||||||
|
if "billable" in frappe.db.get_table_columns("Timesheet Detail"):
|
||||||
|
rename_field("Timesheet Detail", "billable", "is_billable")
|
||||||
Reference in New Issue
Block a user