multiple po and invoice fix

This commit is contained in:
Omair Saleh
2019-05-03 11:27:25 +08:00
parent 1779a44f41
commit 9f8fba87d1
@@ -204,6 +204,7 @@ export default {
},
isImage(path){
var ext = this.getExtension(path);
console.log(path);
console.log(ext);
return ext === 'jpg' || ext === 'jpeg' || ext === 'bmp' || ext === 'png';
},