|
|
@@ -908,7 +908,7 @@ class Istat extends Component
|
|
|
} catch (\Exception $e) {
|
|
|
Log::error('Error in section 31-40 for item ' . $item->id . ': ' . $e->getMessage());
|
|
|
}
|
|
|
-
|
|
|
+ $item_data = str_pad($item_data, 1939, ' ');
|
|
|
$txt[] = $item_data;
|
|
|
} catch (\Exception $e) {
|
|
|
Log::error('Major error processing item ' . $item->id . ': ' . $e->getMessage());
|