allow zip upload in order details in back office

This commit is contained in:
Bilal Catic
2018-10-01 12:51:35 +02:00
parent bc4c7179e2
commit 9fff6dae9d

View File

@@ -38,7 +38,7 @@
ng-model="files" ng-model="files"
ngf-drag-over-class="'dragover'" ngf-drag-over-class="'dragover'"
ngf-select="uploadFile($file)" ngf-select="uploadFile($file)"
ngf-pattern="'.pdf,.docx,.doc,.xlsx,.xls,.odt,.ods,.png,.jpg,.jpeg'" ngf-pattern="'.pdf,.docx,.doc,.xlsx,.xls,.odt,.ods,.png,.jpg,.jpeg,.zip'"
ngf-max-size="20MB" ngf-max-size="20MB"
class="drop-box">{{'orders.headers.SELECT_DOCUMENT' | translate}}</div> class="drop-box">{{'orders.headers.SELECT_DOCUMENT' | translate}}</div>
</div> </div>