mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
multiple po and invoice fix
This commit is contained in:
@@ -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';
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user