code cleanup
This commit is contained in:
parent
46aab9a836
commit
b1570b3a99
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ void Marketplace::removeSale(boost::uuids::uuid uuid)
|
||||||
|
|
||||||
void Marketplace::exportReportToCSV(const std::string& filename, int feeInPercent, int maxFeeInEuro)
|
void Marketplace::exportReportToCSV(const std::string& filename, int feeInPercent, int maxFeeInEuro)
|
||||||
{
|
{
|
||||||
const unsigned char delimiter = ',';
|
const char delimiter = ',';
|
||||||
std::ofstream file(filename);
|
std::ofstream file(filename);
|
||||||
|
|
||||||
file << "Verk.Nr." << delimiter << "Nachname" << delimiter << "Vorname" << delimiter
|
file << "Verk.Nr." << delimiter << "Nachname" << delimiter << "Vorname" << delimiter
|
||||||
|
|
Loading…
Reference in a new issue