Add overdue filter for salesorder table

This commit is contained in:
Oliver Walters 2020-12-18 12:27:08 +11:00
parent c6134b54ab
commit b21c6f0b99

View File

@ -217,6 +217,10 @@ function getAvailableTableFilters(tableKey) {
type: 'bool',
title: '{% trans "Outstanding" %}',
},
overdue: {
type: 'bool',
title: '{% trans "Overdue" %}',
},
};
}