Skip to content

Commit

Permalink
Merge branch '2023.11' into 2024.11
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlabci committed Mar 11, 2024
2 parents 136c5ea + 22eecdd commit f17cc2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tine20/Crm/js/Product.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ Tine.Crm.Product.GridPanel = Ext.extend(Ext.grid.EditorGridPanel, {
productsStore: this.store,
blurOnSelect: true,
recordClass: Tine.Sales.Model.Product,
sortBy: 'name',
sortDir: 'ASC',
getValue: function() {
return this.selectedRecord ? this.selectedRecord.data : null;
},
Expand Down

0 comments on commit f17cc2c

Please sign in to comment.