Browse Source

fix: POS Profile payment methods table (#27956)

Co-authored-by: Afshan <33727827+AfshanKhan@users.noreply.github.com>
develop
Subin Tom 3 years ago
committed by GitHub
parent
commit
f3cf36f613
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      erpnext/accounts/doctype/pos_profile/pos_profile.json

3
erpnext/accounts/doctype/pos_profile/pos_profile.json

@ -120,6 +120,7 @@
{
"fieldname": "payments",
"fieldtype": "Table",
"label": "Payment Methods",
"options": "POS Payment Method",
"reqd": 1
},
@ -377,7 +378,7 @@
"link_fieldname": "pos_profile"
}
],
"modified": "2021-02-01 13:52:51.081311",
"modified": "2021-10-14 14:17:00.469298",
"modified_by": "Administrator",
"module": "Accounts",
"name": "POS Profile",

Loading…
Cancel
Save