Skip to content
Code-Schnipsel Gruppen Projekte
Bestätigt Commit b6fa95a0 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix: use correct offer icons and locale

Übergeordneter 45ee2b66
No related branches found
Tags 1.6.5
2 Merge Requests!140Update 'next-4.x' with latest changes from 'main',!111Next 3.x
Pipeline #8718 bestanden mit Phase
in 9 Sekunden
......@@ -277,6 +277,10 @@
<de><![CDATA[Bestellung öffnen]]></de>
<en><![CDATA[Open order]]></en>
</locale>
<locale name="processGrid.offer.open">
<de><![CDATA[Angebot öffnen]]></de>
<en><![CDATA[Open offer]]></en>
</locale>
<locale name="processGrid.invoice.open">
<de><![CDATA[Rechnung öffnen]]></de>
<en><![CDATA[Open invoice]]></en>
......
......@@ -503,7 +503,7 @@ protected function parseOffers(Comments $History): void
]),
strtotime($Offer->getAttribute('date')),
'quiqqer/offer',
'fa fa-file-text-o',
'fa fa-regular fa-handshake',
false,
$Offer->getHash()
);
......@@ -516,7 +516,7 @@ protected function parseOffers(Comments $History): void
}
if (empty($entry['sourceIcon'])) {
$entry['sourceIcon'] = 'fa fa-file-text-o';
$entry['sourceIcon'] = 'fa fa-regular fa-handshake';
}
$History->addComment(
......
......@@ -18,8 +18,8 @@ class Utils
'QUI\ERP\Accounting\Invoice\InvoiceTemporary' => 'fa-file-text-o',
'QUI\ERP\Accounting\Invoice\Invoice' => 'fa-file-text-o',
'QUI\ERP\SalesOrders\SalesOrder' => 'fa-suitcase',
'QUI\ERP\Accounting\Offers\Offer' => 'fa-file-text-o',
'QUI\ERP\Accounting\Offers\OfferTemporary' => 'fa-file-text-o',
'QUI\ERP\Accounting\Offers\Offer' => 'fa-regular fa-handshake',
'QUI\ERP\Accounting\Offers\OfferTemporary' => 'fa-handshake',
];
/**
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren