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

fix: undefined method QUI\ERP\Accounting\ArticleListUnique::calc()

Übergeordneter 20081756
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
......@@ -115,6 +115,30 @@ public function __construct($attributes = [])
}
}
/**
* placeholder. unique list cant be recalculate
* recalculate makes the unique article list compatible to the article list
*
* @param $Calc
*/
public function recalculate($Calc = null)
{
// placeholder. unique list cant be recalculate
}
/**
* placeholder. unique list cant be calc
* calc makes the unique article list compatible to the article list
*
* @param $Calc
* @return $this
*/
public function calc($Calc = null)
{
// placeholder. unique list cant be calc
return $this;
}
/**
* Set locale
*
......
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