Skip to content

Removed an unused parameter from PartsBatch init, added constructors.

ThosRTanner requested to merge ThosRTanner/pan:parts-batch-cleanup into master

While fiddling around, I noticed that PartBatch init method has an unused parameter. I've removed it, and also added some constructors, as currently the default constructor leaves the object in an undefined state.

Merge request reports