Merge branch 'master' of https://github.com/gktgroup/openstamanager into gktgroup-master

This commit is contained in:
Pek5892 2022-12-01 17:46:44 +01:00
commit e4372c5f5d
6 changed files with 2 additions and 4 deletions

View File

0
plugins/pianificazione_fatturazione/crea_fattura.php Executable file → Normal file
View File

View File

@ -93,7 +93,6 @@ echo
</div>
</div>';
echo
'<div class="row">
<div class="col-md-12 text-right">

0
plugins/pianificazione_fatturazione/edit.php Executable file → Normal file
View File

View File

View File

@ -37,7 +37,6 @@ $mesi = [
];
$pianificazioni = Pianificazione::doesntHave('fattura')
->orderBy('data_scadenza', 'asc')
->whereHas('contratto', function ($q) {
$q->whereHas('stato', function ($q) {
$q