From 88c1b13c112f2276fa5155ee3e70a11dd7f27c72 Mon Sep 17 00:00:00 2001 From: maniamartial Date: Tue, 17 Oct 2023 09:40:22 +0300 Subject: [PATCH] Chaging naming Series to 'Set By User' --- changemakers/fixtures/payment_type.json | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/changemakers/fixtures/payment_type.json b/changemakers/fixtures/payment_type.json index 345bd54..b89a010 100644 --- a/changemakers/fixtures/payment_type.json +++ b/changemakers/fixtures/payment_type.json @@ -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" } ] \ No newline at end of file