Skip to content

Commit

Permalink
Improved: the comment message(#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Apr 1, 2024
1 parent c00d8f5 commit 86983d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/InventoryReview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export default defineComponent({
"idType": item.identificationTypeId,
"locationSeqId": item.locationSeqId,
"availableQty": item.quantity,
"comments": `Inventory was modified via the Import App by ${this.userProfile.partyName} using the ${fileName} file`
"comments": `Inventory was modified via the Import App by ${this.userProfile.partyName} using the ${fileName} file.`
};
})
const params = {
Expand Down

0 comments on commit 86983d1

Please sign in to comment.