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

Merge branch 'next' into 'master'

Next

See merge request !15
Übergeordnete 2165a430 215b5405
Keine zugehörigen Branchen gefunden
Tags 1.4.2
3 Merge Requests!43Update 'next-3.x' with latest changes from 'main',!32Add QUIQQER Tooling,!15Next
Pipeline-Nr. 4978 bestanden
......@@ -296,11 +296,11 @@ public function getUserShipping(User $User = null, QUI\ERP\ErpEntityInterface $E
* Return the shipping price factor of an erp entity
*
* @param QUI\ERP\ErpEntityInterface $Entity
* @return QUI\ERP\Products\Interfaces\PriceFactorInterface
* @return QUI\ERP\Products\Interfaces\PriceFactorInterface|QUI\ERP\Accounting\PriceFactors\Factor|null
*/
public function getShippingPriceFactor(
QUI\ERP\ErpEntityInterface $Entity
): ?QUI\ERP\Products\Interfaces\PriceFactorInterface {
) {
$PriceFactors = $Entity->getArticles()->getPriceFactors();
foreach ($PriceFactors as $PriceFactor) {
......
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