Skip to content

Commit

Permalink
tweak(Sales/js): remove unused invoice position grids
Browse files Browse the repository at this point in the history
  • Loading branch information
ccheng-dev committed Sep 25, 2024
1 parent 7f6a1a5 commit 23be6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tine20/Sales/js/InvoiceEditDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Tine.Sales.InvoiceEditDialog = Ext.extend(Tine.widgets.dialog.EditDialog, {
*
* @type array
*/
positionTypes: ['total', 'inclusive', 'exceeding'], // _('total') _('inclusive') _('exceeding')
positionTypes: ['total'],

initComponent: function() {
if (!this.app) {
Expand Down

0 comments on commit 23be6ff

Please sign in to comment.