Compare commits
No commits in common. "0f1b10790485bc34549c64c46b5f69310296533e" and "7efba6ab7c7d2be67ca302fd12a3ca3b87f5a759" have entirely different histories.
0f1b107904
...
7efba6ab7c
4 changed files with 2 additions and 2 deletions
BIN
cmc_fe.tar.gz
BIN
cmc_fe.tar.gz
Binary file not shown.
|
@ -10,7 +10,6 @@
|
|||
</template>
|
||||
<script>
|
||||
import PrintButtons from './PrintButtons.vue'
|
||||
import '@/assets/css/reports.css';
|
||||
export default {
|
||||
props: {
|
||||
scope: String
|
||||
|
|
|
@ -57,6 +57,7 @@
|
|||
</template>
|
||||
<script>
|
||||
|
||||
import '@/assets/css/reports.css';
|
||||
import ReportLayout from '@/components/ReportLayout.vue'
|
||||
import Common from '@/common.js';
|
||||
import moment from 'moment';
|
||||
|
|
|
@ -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 class="text-underline">Please ensure the prescription is filled out as per the Veterinary Medicines Regulations 2013.</p>
|
||||
<p>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>
|
||||
|
|
Loading…
Reference in a new issue