Skip to content

Commit

Permalink
Chaging naming Series to 'Set By User'
Browse files Browse the repository at this point in the history
  • Loading branch information
maniamartial committed Oct 17, 2023
1 parent 8a36739 commit 88c1b13
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions changemakers/fixtures/payment_type.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,23 @@
[
{
"description": "Medicine",
"docstatus": 0,
"doctype": "Payment Type",
"modified": "2023-10-15 22:45:30.180618",
"name": "Consultation",
"payment_description": "Consultation",
"set_by": null
"modified": "2023-10-17 09:21:16.075071",
"name": "Medicine"
},
{
"description": "Testing",
"docstatus": 0,
"doctype": "Payment Type",
"modified": "2023-10-15 22:46:01.908105",
"name": "Testing",
"payment_description": "Testing",
"set_by": null
"modified": "2023-10-17 09:21:47.261596",
"name": "Testing"
},
{
"description": "Consultation",
"docstatus": 0,
"doctype": "Payment Type",
"modified": "2023-10-15 22:46:27.122311",
"name": "Medicine",
"payment_description": "Medicine",
"set_by": null
"modified": "2023-10-17 09:22:17.794554",
"name": "Consultation"
}
]

0 comments on commit 88c1b13

Please sign in to comment.