We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef8fcb commit 31061b1Copy full SHA for 31061b1
1 file changed
modules/primanota/src/Mastrino.php
@@ -115,7 +115,7 @@ public function getTotaleAttribute()
115
public function aggiornaScadenzario($movimenti = null, $scadenza = null, $singola = false)
116
{
117
// Aggiornamento dello scadenzario disponibile solo da Mastrino di PrimaNota
118
- if (empty($this->primanota)) {
+ if ($this->primanota == 0 || $this->is_apertura == 1 || $this->is_chiusura == 1) {
119
return;
120
}
121
$movimenti = $movimenti ?: $this->movimenti;
0 commit comments