mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-20 12:14:01 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
f375d29a92
@ -44,7 +44,7 @@ class Movimento extends Model
|
||||
$model->idmastrino = $mastrino->idmastrino;
|
||||
$model->data = $mastrino->data;
|
||||
$model->descrizione = $mastrino->descrizione;
|
||||
$model->note = $mastrino->note;
|
||||
$model->note = ($mastrino->note)? :'';
|
||||
$model->primanota = $mastrino->primanota;
|
||||
$model->is_insoluto = $mastrino->is_insoluto;
|
||||
|
||||
|
@ -33,7 +33,7 @@ echo "
|
||||
<thead>
|
||||
<tr>
|
||||
<th class='text-center' style='width:5%'>".tr('#', [], ['upper' => true])."</th>
|
||||
<th class='text-center' style='width:7%'>".tr('Cod.', [], ['upper' => true])."</th>
|
||||
<th class='text-center'>".tr('Cod.', [], ['upper' => true])."</th>
|
||||
<th class='text-center'>".tr('Descrizione', [], ['upper' => true])."</th>
|
||||
<th class='text-center' style='width:10%'>".tr('Q.tà', [], ['upper' => true]).'</th>';
|
||||
|
||||
@ -65,7 +65,7 @@ foreach ($righe as $riga) {
|
||||
'.$num.'
|
||||
</td>
|
||||
|
||||
<td class="text-center" style="vertical-align: middle">';
|
||||
<td class="text-center" nowrap="nowrap" style="vertical-align: middle">';
|
||||
|
||||
if ($riga->isArticolo()) {
|
||||
echo $riga->codice;
|
||||
|
Loading…
Reference in New Issue
Block a user