Currency exchange rate will not be saved when rate is 0.

This commit is contained in:
James Cole
2018-03-30 06:33:04 +02:00
parent 7e51d57d21
commit 55b6d711f3
10 changed files with 13 additions and 10 deletions

View File

@@ -43,4 +43,4 @@ class CategoryDestroyService
Log::error(sprintf('Could not delete category: %s', $e->getMessage())); // @codeCoverageIgnore
}
}
}
}