mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-19 11:45:25 +01:00
Fix minori pianificazione fatturazione
This commit is contained in:
parent
c0f34697e8
commit
b3bafb6625
@ -49,7 +49,7 @@ $descrizione = tr('Rata _N_ del contratto numero _NUM_', [
|
||||
echo '
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
{[ "type": "textarea", "label": "'.tr('Note della fattira').'", "name": "note", "value": "'.$descrizione.'" ]}
|
||||
{[ "type": "textarea", "label": "'.tr('Note della fattura').'", "name": "note", "value": "'.$descrizione.'" ]}
|
||||
</div>
|
||||
</div>';
|
||||
|
||||
|
@ -63,7 +63,7 @@ if (!$pianificazioni->isEmpty()) {
|
||||
if (!empty($fattura)) {
|
||||
echo '
|
||||
'.Modules::link('Fatture di vendita', $fattura->id, tr('Fattura num. _NUM_ del _DATE_', [
|
||||
'_NUM_' => $fattura->numero,
|
||||
'_NUM_' => $fattura->numero_esterno,
|
||||
'_DATE_' => dateFormat($fattura->data),
|
||||
])).' (<i class="'.$fattura->stato->icona.'"></i> '.$fattura->stato->descrizione.')';
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user