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> <!DOCTYPE html>
<html v-bind:lang="$i18n.locale"> <html v-bind:lang="$i18n.locale">
<body> <body>
<table class="grid"> <table class="grid">
<tbody> <tbody>
@ -155,12 +154,13 @@
</div> </div>
</div> </div>
<!-- Footer block --> <!-- 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> </report-footer>
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</body> </body>
</html> </html>