allow zip upload in order details in back office
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
ng-model="files"
|
||||
ngf-drag-over-class="'dragover'"
|
||||
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"
|
||||
class="drop-box">{{'orders.headers.SELECT_DOCUMENT' | translate}}</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user