Skip to content

Commit

Permalink
Removed deprecated product order component method
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Feb 6, 2023
1 parent ca58ef0 commit 569c80c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions js/product.js
Expand Up @@ -909,12 +909,6 @@ Aimeos.Product.Selection = {
},


/** @deprecated 2023.01 */
getLabel : function(idx) {
return this.items[idx]['product.label'];
},


getArticles : function(request, response) {

Aimeos.options.done(function(data) {
Expand Down

0 comments on commit 569c80c

Please sign in to comment.