refactor: add installmentNo
This commit is contained in:
parent
e39f65808f
commit
0b3b0c26db
1 changed files with 1 additions and 0 deletions
|
|
@ -1319,6 +1319,7 @@ function cloneServiceData() {
|
||||||
return {
|
return {
|
||||||
...productOnWorkItem.product,
|
...productOnWorkItem.product,
|
||||||
nameEn: productOnWorkItem.product.name,
|
nameEn: productOnWorkItem.product.name,
|
||||||
|
installmentNo: productOnWorkItem.installmentNo,
|
||||||
};
|
};
|
||||||
}),
|
}),
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue