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

refactor: invoice#62

Übergeordneter 856a255b
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
......@@ -354,7 +354,7 @@ public function setSum($sum)
*/
public function setSumFormatted($sumFormatted)
{
$this->nettoSumFormatted = $sumFormatted;
$this->sumFormatted = $sumFormatted;
}
/**
......@@ -372,4 +372,20 @@ public function setNettoSumFormatted($sumFormatted)
{
$this->nettoSumFormatted = $sumFormatted;
}
/**
* @param int|float $value
*/
public function setValue($value)
{
$this->value = $value;
}
/**
* @param string $valueText
*/
public function setValueText($valueText)
{
$this->valueText = $valueText;
}
}
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