Skip to content

Commit

Permalink
Improved: add support to product association to facility in variance …
Browse files Browse the repository at this point in the history
…flow (hotwax#256)
  • Loading branch information
amansinghbais committed Feb 7, 2024
1 parent ee259d1 commit f595caf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/views/count.vue
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,9 @@
},
async updateProductVarianceCount() {
emitter.emit("presentLoader");
await this.checkAndCreateProductFacilityAssoc();
let resp;
try {
const params = {
Expand Down

0 comments on commit f595caf

Please sign in to comment.