mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-04-16 19:07:23 +02:00
Fix minore
This commit is contained in:
parent
a615bea36e
commit
ba8d30ecb0
@ -20,9 +20,10 @@
|
|||||||
include_once __DIR__.'/../../../core.php';
|
include_once __DIR__.'/../../../core.php';
|
||||||
|
|
||||||
use Carbon\Carbon;
|
use Carbon\Carbon;
|
||||||
|
use Models\Module;
|
||||||
|
|
||||||
// Trovo id_print della stampa
|
// 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']);
|
$date = new Carbon($_SESSION['dashboard']['date']);
|
||||||
|
|
||||||
echo '
|
echo '
|
||||||
|
Loading…
x
Reference in New Issue
Block a user