Importer: Update legacy IndicoUtil.errorReport call

This commit is contained in:
Adrian Moennich 2017-07-14 11:17:17 +02:00
parent 01ac6332b1
commit e53068e40c

View File

@ -611,7 +611,7 @@
var errorCallback = function(error) {
if (error) {
hasError = true;
IndicoUtil.errorReport(error);
IndicoUI.Dialogs.Util.error(error);
}
};
var date = self.destination.startDate.date.replace(/-/g, '/');