Merge branch 'master' of https://github.com/devcode-it/openstamanager
This commit is contained in:
commit
f756e56b27
|
@ -172,7 +172,7 @@ abstract class Document extends Model implements ReferenceInterface
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Metodo richiamato a seguito di modifiche sull'evasione generale delle righe del documento.
|
* 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)
|
public function triggerEvasione(Description $trigger)
|
||||||
{
|
{
|
||||||
|
|
|
@ -235,7 +235,7 @@ $netto_a_pagare = $fattura->isNota() ? -$netto_a_pagare : $netto_a_pagare;
|
||||||
// IMPONIBILE
|
// IMPONIBILE
|
||||||
echo '
|
echo '
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="4" class="text-right">
|
<td colspan="5" class="text-right">
|
||||||
<b>'.tr('Imponibile', [], ['upper' => true]).':</b>
|
<b>'.tr('Imponibile', [], ['upper' => true]).':</b>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
|
|
Loading…
Reference in New Issue