mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-03 01:08:08 +01:00
Fix bulk Contratti e Preventivi
This commit is contained in:
parent
477f025f55
commit
5139e2000f
@ -38,6 +38,10 @@ switch (post('op')) {
|
|||||||
$anagrafica = $documento_import->anagrafica;
|
$anagrafica = $documento_import->anagrafica;
|
||||||
$id_anagrafica = $anagrafica->id;
|
$id_anagrafica = $anagrafica->id;
|
||||||
|
|
||||||
|
if(!$documento_import->stato->is_pianificabile){
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
// Proseguo solo se i documenti scelti sono fatturabili
|
// Proseguo solo se i documenti scelti sono fatturabili
|
||||||
$righe = $documento_import->getRighe();
|
$righe = $documento_import->getRighe();
|
||||||
if (!empty($righe)) {
|
if (!empty($righe)) {
|
||||||
|
@ -38,6 +38,10 @@ switch (post('op')) {
|
|||||||
$anagrafica = $documento_import->anagrafica;
|
$anagrafica = $documento_import->anagrafica;
|
||||||
$id_anagrafica = $anagrafica->id;
|
$id_anagrafica = $anagrafica->id;
|
||||||
|
|
||||||
|
if(!$documento_import->stato->is_pianificabile){
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
// Proseguo solo se i documenti scelti sono fatturabili
|
// Proseguo solo se i documenti scelti sono fatturabili
|
||||||
$righe = $documento_import->getRighe();
|
$righe = $documento_import->getRighe();
|
||||||
if (!empty($righe)) {
|
if (!empty($righe)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user