mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-08 23:58:42 +01:00
Impostazione inizialedei sezionali
This commit is contained in:
parent
ae4d6b1d98
commit
d6db914486
4
core.php
4
core.php
@ -166,6 +166,10 @@ if (!API::isAPIRequest()) {
|
|||||||
$_SESSION['period_end'] = date('Y').'-12-31';
|
$_SESSION['period_end'] = date('Y').'-12-31';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Impostazione automatica dei sezionali
|
||||||
|
$_SESSION['uscita']['id_sezionale'] = get_var('Sezionale predefinito fatture di acquisto');
|
||||||
|
$_SESSION['entrata']['id_sezionale'] = get_var('Sezionale predefinito fatture di vendita');
|
||||||
|
|
||||||
// Impostazione del tema grafico di default
|
// Impostazione del tema grafico di default
|
||||||
$theme = !empty($theme) ? $theme : 'default';
|
$theme = !empty($theme) ? $theme : 'default';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user