day book master changes
This commit is contained in:
parent
d3b0a91efe
commit
545073b82d
@ -186,7 +186,8 @@ app.controller("dayBookMasterCtrl", ["$scope", "toaster", "$filter", "API_POINTS
|
|||||||
TypeID: myModel.TypeID,
|
TypeID: myModel.TypeID,
|
||||||
TypeName: myModel.TypeName,
|
TypeName: myModel.TypeName,
|
||||||
status: myModel.IsActive,
|
status: myModel.IsActive,
|
||||||
updatedBy: JSON.parse(localStorage.getItem('localObj')).localUserID
|
updatedBy: JSON.parse(localStorage.getItem('localObj')).localUserID,
|
||||||
|
requestedBranch: JSON.parse(localStorage.getItem('localObj')).localBranchID
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
$http(update).then(function (response) {
|
$http(update).then(function (response) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user