Skip to content
Code-Schnipsel Gruppen Projekte
Commit 1b07702b erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix: processing status doesn't exists for temporary invoices (removed from grid)

Übergeordneter 603e7d0d
Keine zugehörigen Branchen gefunden
Tags 2.3.4
1 Merge Request!4fix: processing status doesn't exists for temporary invoices (removed from grid)
......@@ -489,12 +489,6 @@ define('package/quiqqer/invoice/bin/backend/controls/panels/TemporaryInvoices',
dataType : 'string',
width : 100
},
{
header : QUILocale.get(lg, 'journal.grid.processing'),
dataIndex: 'processing_status_display',
dataType : 'html',
width : 150
},
{
header : QUILocale.get(lg, 'journal.grid.hash'),
dataIndex: 'hash',
......@@ -575,7 +569,7 @@ define('package/quiqqer/invoice/bin/backend/controls/panels/TemporaryInvoices',
onDblClick: function (data) {
if (typeof data !== 'undefined' &&
(data.cell.get('data-index') === 'customer_id' ||
data.cell.get('data-index') === 'customer_name')) {
data.cell.get('data-index') === 'customer_name')) {
var Cell = data.cell,
position = Cell.getPosition(),
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren