mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
fix: Added desciption in program test record
This commit is contained in:
@@ -2,11 +2,13 @@
|
|||||||
{
|
{
|
||||||
"program_name": "_Test Program",
|
"program_name": "_Test Program",
|
||||||
"program_code": "_TP1",
|
"program_code": "_TP1",
|
||||||
|
"description": "Test Description",
|
||||||
"program_abbreviation": "TP1"
|
"program_abbreviation": "TP1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"program_name": "_Test Program 2",
|
"program_name": "_Test Program 2",
|
||||||
"program_code": "_TP2",
|
"program_code": "_TP2",
|
||||||
|
"description": "Test Description",
|
||||||
"program_abbreviation": "TP2"
|
"program_abbreviation": "TP2"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user