fixed issue where pdf-scope css won't apply to med feeds reports

This commit is contained in:
Paul Wilde 2023-02-10 16:58:21 +00:00
parent 7efba6ab7c
commit 26ae32aa52
3 changed files with 2 additions and 2 deletions

View file

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

View file

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

View file

@ -74,7 +74,7 @@
size is 2 tonnes.</p>
<p>If you require any further information about the veterinary
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>
</main>
</div>