Skip to content

Commit

Permalink
NTR: PISHPS-242: do not call save twice (#708)
Browse files Browse the repository at this point in the history
* NTR: PISHPS-242: do not call save twice

* NTR: PISHPS-242: fix refund manager in 6.5

---------

Co-authored-by: Vitalij Mik <[email protected]>
  • Loading branch information
BlackScorp and Vitalij Mik authored Feb 16, 2024
1 parent 6189790 commit 4ecd79d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ Component.override('sw-order-detail-base', {
},
},

/**
*
*/
created() {
this.createdComponent();
},


methods: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,6 @@ Component.override('sw-order-detail-general', {

},


/**
*
*/
created() {
this.createdComponent();
},
Expand Down

0 comments on commit 4ecd79d

Please sign in to comment.