mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-25 06:55:05 +01:00
Fix minore
This commit is contained in:
parent
a615bea36e
commit
ba8d30ecb0
@ -20,9 +20,10 @@
|
||||
include_once __DIR__.'/../../../core.php';
|
||||
|
||||
use Carbon\Carbon;
|
||||
use Models\Module;
|
||||
|
||||
// Trovo id_print della stampa
|
||||
$id_print = Prints::getModulePredefinedPrint('Dashboard')['id'];
|
||||
$id_print = Prints::getModulePredefinedPrint((new Module())->getByName('Dashboard')->id_record)['id'];
|
||||
$date = new Carbon($_SESSION['dashboard']['date']);
|
||||
|
||||
echo '
|
||||
|
Loading…
Reference in New Issue
Block a user