mirror of
https://github.com/leozide/leocad
synced 2025-02-05 08:45:55 +01:00
Always list part quantity in BrickLink export.
This commit is contained in:
parent
617a667521
commit
1ae3cfa8b0
1 changed files with 2 additions and 6 deletions
|
@ -1158,12 +1158,8 @@ void Project::ExportBrickLink()
|
|||
sprintf(Line, " <ITEMID>%s</ITEMID>\n", FileName);
|
||||
BrickLinkFile.WriteLine(Line);
|
||||
|
||||
int Count = ColorIt.second;
|
||||
if (Count > 1)
|
||||
{
|
||||
sprintf(Line, " <MINQTY>%d</MINQTY>\n", Count);
|
||||
sprintf(Line, " <MINQTY>%d</MINQTY>\n", ColorIt.second);
|
||||
BrickLinkFile.WriteLine(Line);
|
||||
}
|
||||
|
||||
int Color = lcGetBrickLinkColor(ColorIt.first);
|
||||
if (Color)
|
||||
|
|
Loading…
Add table
Reference in a new issue