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

Merge branch 'dev' into 'next'

fix: interface ErpEntityInterface -> getArticles allows ArticleListUnique too

See merge request !39
Übergeordnete 6d9eaa4b 553cf4a6
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
2 Merge Requests!40Next,!39fix: interface ErpEntityInterface -> getArticles allows ArticleListUnique too
Pipeline-Nr. 4915 bestanden
......@@ -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% 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