Minor release

This commit is contained in:
2022-11-13 00:38:01 +01:00
parent 012c2bfcab
commit 380e625005
3 changed files with 7 additions and 2 deletions

View File

@@ -269,7 +269,10 @@ float Starters_c::calculate()
// ingevuld door constructor
// C Bestellingen
this->C1 = 2000;
if (this->Standard == MachineStandard::Standard)
this->C1 = 2000;
else if (this->Standard == MachineStandard::Luxe)
this->C1 = 400;
this->C2 = AdditionalOrdersSalesPrice(this->Standard, this->B1);
this->C3 = AdditionalOrdersProfitMargin(this->Standard, this->B2);
this->C4 = AdditionalOrdersQuality(this->Standard, this->B3);