Fix minori
This commit is contained in:
parent
30e7b5da05
commit
f0ce881a73
|
@ -172,7 +172,7 @@ abstract class Document extends Model implements ReferenceInterface
|
|||
|
||||
/**
|
||||
* Metodo richiamato a seguito di modifiche sull'evasione generale delle righe del documento.
|
||||
* Utilizzabile per limpostazione automatica degli stati.
|
||||
* Utilizzabile per l'impostazione automatica degli stati.
|
||||
*/
|
||||
public function triggerEvasione(Description $trigger)
|
||||
{
|
||||
|
|
|
@ -235,7 +235,7 @@ $netto_a_pagare = $fattura->isNota() ? -$netto_a_pagare : $netto_a_pagare;
|
|||
// IMPONIBILE
|
||||
echo '
|
||||
<tr>
|
||||
<td colspan="4" class="text-right">
|
||||
<td colspan="5" class="text-right">
|
||||
<b>'.tr('Imponibile', [], ['upper' => true]).':</b>
|
||||
</td>
|
||||
<td align="right">
|
||||
|
|
Loading…
Reference in New Issue