code cleanup
This commit is contained in:
parent
9fd29d588f
commit
ec0b7cbf0d
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
#include "article.h"
|
||||
#include "seller.h"
|
||||
#include "utils.h"
|
||||
|
||||
#include <iomanip>
|
||||
|
@ -34,4 +35,4 @@ std::string Article::getCompleteArticleNo() const
|
|||
std::stringstream artNoStream;
|
||||
artNoStream << sourceNo_ << "K" << std::setfill('0') << std::setw(5) << articleNo_;
|
||||
return artNoStream.str();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue