0
フッターの列がテーブルの列と一致していないため、下記のスクリーンショットを発行してください。プル右を使用してプルしました。 Issue Screeshotブートストラップテーブルのフッターテキストの位置合わせの問題
<tfoot>
<tr>
<th><?=lang("total");?></th>
<th class="text-right"><?=$this->sma->formatMoney($inv->total + $inv->product_tax);?></th>
</tr>
<tr>
<th><?=lang("rounding");?></th>
<th class="text-right"><?=$rounding;?></th>
</tr>
<tr>
<th><?=lang("grand_total");?></th>
<th class="text-right"><?=$this->sma->formatMoney($inv->grand_total + $rounding);?></th>
</tr>