refactor: add installmentNo

This commit is contained in:
Thanaphon Frappet 2024-10-25 13:26:09 +07:00
parent e39f65808f
commit 0b3b0c26db

View file

@ -1319,6 +1319,7 @@ function cloneServiceData() {
return {
...productOnWorkItem.product,
nameEn: productOnWorkItem.product.name,
installmentNo: productOnWorkItem.installmentNo,
};
}),
};