diff --git a/app/Import/Converter/AssetAccountName.php b/app/Import/Converter/AssetAccountName.php index 785d0ad24f..ba5789cd31 100644 --- a/app/Import/Converter/AssetAccountName.php +++ b/app/Import/Converter/AssetAccountName.php @@ -28,7 +28,7 @@ class AssetAccountName extends BasicConverter implements ConverterInterface */ public function convert($value) { - throw new FireflyException('Importer with name AssetAccountId has not yet been configured.'); + throw new FireflyException('Importer with name AssetAccountName has not yet been configured.'); } } \ No newline at end of file diff --git a/app/Import/Converter/AssetAccountNumber.php b/app/Import/Converter/AssetAccountNumber.php new file mode 100644 index 0000000000..d991c3ff14 --- /dev/null +++ b/app/Import/Converter/AssetAccountNumber.php @@ -0,0 +1,34 @@ +