|
@@ -116,7 +116,7 @@ discard block |
|
|
block discarded – undo |
|
116
|
116
|
{ |
|
117
|
117
|
$this->data['court_all'] = null; |
|
118
|
118
|
if ($this->data['file_number'] && $this->data['court']) { |
|
119
|
|
- $this->data['court_all'] = $this->data['file_number'] . ', ' . $this->data['court']; |
|
|
119
|
+ $this->data['court_all'] = $this->data['file_number'].', '.$this->data['court']; |
|
120
|
120
|
} |
|
121
|
121
|
} |
|
122
|
122
|
|
|
@@ -144,7 +144,7 @@ discard block |
|
|
block discarded – undo |
|
144
|
144
|
|
|
145
|
145
|
public function setHouseNumber(string $cd, string $co, string $ca) |
|
146
|
146
|
{ |
|
147
|
|
- $houseNumber = self::toNull(trim($cd . '/' . $co, '/')); |
|
|
147
|
+ $houseNumber = self::toNull(trim($cd.'/'.$co, '/')); |
|
148
|
148
|
if ($houseNumber === NULL) { |
|
149
|
149
|
$houseNumber = self::toNull($ca); |
|
150
|
150
|
} |
Please login to merge, or discard this patch.