@@ -66,7 +66,7 @@ export function updateAgreement_s(fId, fStatus) {
method: 'put',
data: {
fId:fId,
- fBillstatus:fStatus
+ fStatus:fStatus
}
})