@@ -129,7 +129,7 @@ discard block |
||
129 | 129 | $this->tCmnSuperGlobals->request->get('pc'), |
130 | 130 | ]; |
131 | 131 | $this->tCmnSuperGlobals->request->set('wkDays', $this->setWorkingDaysInMonth($components[0], $components[1])); |
132 | - $vDays = $this->tCmnSuperGlobals->request->get('wkDays') - $this->tCmnSuperGlobals->request->get('zfb'); |
|
132 | + $vDays = $this->tCmnSuperGlobals->request->get('wkDays') - $this->tCmnSuperGlobals->request->get('zfb'); |
|
133 | 133 | $this->tCmnSuperGlobals->request->set('nDays', max($vDays, 0)); |
134 | 134 | } |
135 | 135 | |
@@ -329,7 +329,7 @@ discard block |
||
329 | 329 | |
330 | 330 | private function setFormRowAmount($value, $defaultCellStyle) |
331 | 331 | { |
332 | - $cellValue = []; |
|
332 | + $cellValue = []; |
|
333 | 333 | $defaultCellStyle['style'] .= 'text-align:right;'; |
334 | 334 | foreach ($this->currencyDetails['CX'] as $key2 => $value2) { |
335 | 335 | $fmt = new \NumberFormatter($value2['locale'], \NumberFormatter::CURRENCY); |