Compare commits

...

2 commits

4 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -10,6 +10,7 @@
</template> </template>
<script> <script>
import PrintButtons from './PrintButtons.vue' import PrintButtons from './PrintButtons.vue'
import '@/assets/css/reports.css';
export default { export default {
props: { props: {
scope: String scope: String

View file

@ -57,7 +57,6 @@
</template> </template>
<script> <script>
import '@/assets/css/reports.css';
import ReportLayout from '@/components/ReportLayout.vue' import ReportLayout from '@/components/ReportLayout.vue'
import Common from '@/common.js'; import Common from '@/common.js';
import moment from 'moment'; import moment from 'moment';

View file

@ -74,7 +74,7 @@
size is 2 tonnes.</p> size is 2 tonnes.</p>
<p>If you require any further information about the veterinary <p>If you require any further information about the veterinary
medicinal products we stock, please get in touch.</p> medicinal products we stock, please get in touch.</p>
<p>Please ensure the prescription is filled out as per the Veterinary Medicines Regulations 2013.</p> <p class="text-underline">Please ensure the prescription is filled out as per the Veterinary Medicines Regulations 2013.</p>
<h4>The customer requires this order on {{ formatDate(mf.date_required,"DD/MM/yyyy") }}</h4> <h4>The customer requires this order on {{ formatDate(mf.date_required,"DD/MM/yyyy") }}</h4>
</main> </main>
</div> </div>