mirror of
https://github.com/inventree/inventree-app.git
synced 2025-08-21 03:15:56 +00:00
bug fix: PO Lines (#685)
* bug fix: PO Lines - Correctly display part images for purchase order line items * Refactor * Code formatting
This commit is contained in:
@@ -118,7 +118,6 @@ class InvenTreeFileService extends FileService {
|
||||
|
||||
if (_client != null) {
|
||||
_client!.badCertificateCallback = (cert, host, port) {
|
||||
print("BAD CERTIFICATE CALLBACK FOR IMAGE REQUEST");
|
||||
return !strictHttps;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user