Fix conto
This commit is contained in:
parent
30b9988304
commit
0fa6e916b7
|
@ -34,6 +34,7 @@ if (!isset($_SESSION['module_'.$id_fatture]['id_segment'])) {
|
|||
$_SESSION['module_'.$id_fatture]['id_segment'] = isset($segments[0]['id']) ? $segments[0]['id'] : null;
|
||||
}
|
||||
$id_segment = $_SESSION['module_'.$id_fatture]['id_segment'];
|
||||
$idconto = setting('Conto predefinito fatture di vendita');
|
||||
|
||||
switch (post('op')) {
|
||||
case 'crea_fattura':
|
||||
|
|
|
@ -40,6 +40,7 @@ if (!isset($_SESSION['module_'.$id_fatture]['id_segment'])) {
|
|||
$_SESSION['module_'.$id_fatture]['id_segment'] = isset($segments[0]['id']) ? $segments[0]['id'] : null;
|
||||
}
|
||||
$id_segment = $_SESSION['module_'.$id_fatture]['id_segment'];
|
||||
$idconto = setting('Conto predefinito fatture di vendita');
|
||||
|
||||
switch (post('op')) {
|
||||
case 'crea_fattura':
|
||||
|
|
|
@ -34,6 +34,7 @@ if (!isset($_SESSION['module_'.$id_fatture]['id_segment'])) {
|
|||
$_SESSION['module_'.$id_fatture]['id_segment'] = isset($segments[0]['id']) ? $segments[0]['id'] : null;
|
||||
}
|
||||
$id_segment = $_SESSION['module_'.$id_fatture]['id_segment'];
|
||||
$idconto = setting('Conto predefinito fatture di vendita');
|
||||
|
||||
switch (post('op')) {
|
||||
case 'crea_fattura':
|
||||
|
|
|
@ -49,6 +49,7 @@ switch (post('op')) {
|
|||
|
||||
$data = date('Y-m-d');
|
||||
$id_segment = post('id_segment');
|
||||
$idconto = setting('Conto predefinito fatture di vendita');
|
||||
|
||||
// Lettura righe selezionate
|
||||
foreach ($id_records as $id) {
|
||||
|
|
Loading…
Reference in New Issue