mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-03 08:32:24 +00:00
fix: code cleanup and convert public method to private for subcontracting class
This commit is contained in:
@@ -87,7 +87,7 @@ def get_subcontracted_data(po_details, data):
|
||||
def get_columns():
|
||||
return [
|
||||
{
|
||||
"label": _("Id"),
|
||||
"label": _("Purchase Order"),
|
||||
"fieldname": "po_id",
|
||||
"fieldtype": "Link",
|
||||
"options": "Purchase Order",
|
||||
|
||||
Reference in New Issue
Block a user