1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-11 16:06:20 +01:00
openstamanager/plugins/presentazioni_bancarie/init.php

8 lines
163 B
PHP
Raw Normal View History

<?php
include_once __DIR__.'/../../core.php';
$records = get('records', true);
$records = $records ? explode(',', $records) : [];
$record = $records[0] ?: null;