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

fix: interface ErpEntityInterface -> getArticles allows ArticleListUnique too

Übergeordneter d2fd5138
No related branches found
No related tags found
2 Merge Requests!40Next,!39fix: interface ErpEntityInterface -> getArticles allows ArticleListUnique too
Pipeline #4914 bestanden mit Phase
in 13 Sekunden
......@@ -4,6 +4,7 @@
use QUI;
use QUI\ERP\Accounting\ArticleList;
use QUI\ERP\Accounting\ArticleListUnique;
use QUI\ERP\Accounting\Calculations;
use QUI\ERP\Address as ErpAddress;
use QUI\ERP\User as ErpUser;
......@@ -27,9 +28,9 @@ public function getCurrency(): QUI\ERP\Currency\Currency;
/**
* Get the article list of the erp entity
*
* @return ArticleList
* @return ArticleList|ArticleListUnique
*/
public function getArticles(): ArticleList;
public function getArticles();
/**
* Get the price calculation object of the erp entity
......
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