Minor release
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user