2847 - Driver route now shows item packaging type #671

Merged
carlosjr merged 3 commits from 2847-driver_route into dev 2021-07-01 08:19:58 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 2643d79781 - Show all commits

View File

@ -1,6 +1,5 @@
<!DOCTYPE html>
<html v-bind:lang="$i18n.locale">
<body>
<table class="grid">
<tbody>
@ -155,12 +154,13 @@
</div>
</div>
<!-- Footer block -->
<report-footer id="pageFooter" v-bind:left-text="$t('routeId', [routeId])" v-bind="$props">
<report-footer id="pageFooter"
v-bind:left-text="$t('routeId', [routeId])"
v-bind="$props">
</report-footer>
</td>
</tr>
</tbody>
</table>
</body>
</html>