mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-18 04:20:50 +01:00
Controlo completo fatturazione DDT da bulk
This commit is contained in:
parent
f02235a6e8
commit
2f0d3a8393
@ -50,6 +50,8 @@ switch (post('op')) {
|
||||
$id_anagrafica = $anagrafica->id;
|
||||
|
||||
// Proseguo solo se i documenti scelti sono fatturabili
|
||||
if( $documento_import->isImportabile() ){
|
||||
|
||||
$righe = $documento_import->getRighe();
|
||||
if (!empty($righe)) {
|
||||
++$numero_totale;
|
||||
@ -92,6 +94,7 @@ switch (post('op')) {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if ($numero_totale > 0) {
|
||||
flash()->info(tr('_NUM_ ddt fatturati!', [
|
||||
|
Loading…
x
Reference in New Issue
Block a user