fix purchase order input bug

This commit is contained in:
omair saleh
2021-12-19 19:35:10 +08:00
parent e85379f58e
commit 37479a1324
2 changed files with 5 additions and 1 deletions
@@ -36,6 +36,10 @@
import formHandler from '../../../general/mixins/formHandler';
export default {
props: {
editable: {
type: Boolean,
default: false
},
currency:{
type: String,
required: true