Skip to content

Commit

Permalink
Add Cuenta Compras table for Supplier
Browse files Browse the repository at this point in the history
  • Loading branch information
jfa-name committed Feb 5, 2024
1 parent 7b18496 commit b3a0ec3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions erpnext/buying/doctype/supplier/supplier.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"primary_address",
"accounting_tab",
"accounts",
"account_purchase",
"settings_tab",
"allow_purchase_invoice_creation_without_purchase_order",
"allow_purchase_invoice_creation_without_purchase_receipt",
Expand Down Expand Up @@ -445,6 +446,12 @@
{
"fieldname": "column_break_59",
"fieldtype": "Column Break"
},
{
"fieldname": "account_purchase",
"fieldtype": "Table",
"label": "Cuenta de Compras",
"options": "Party Account"
}
],
"icon": "fa fa-user",
Expand All @@ -457,7 +464,7 @@
"link_fieldname": "party"
}
],
"modified": "2023-10-19 16:55:15.148325",
"modified": "2024-02-05 10:03:33.833423",
"modified_by": "Administrator",
"module": "Buying",
"name": "Supplier",
Expand Down Expand Up @@ -525,4 +532,4 @@
"states": [],
"title_field": "supplier_name",
"track_changes": 1
}
}

0 comments on commit b3a0ec3

Please sign in to comment.