Removed attribute dontProduce from production drop. Fixes #3
This commit is contained in:
parent
2fda0e577e
commit
9c4df123df
1 changed files with 0 additions and 4 deletions
|
@ -38,10 +38,6 @@ func (pd *ProductionDrop) SetTopsheetData(topsheetData string) {
|
|||
pd.topsheetData = topsheetData
|
||||
}
|
||||
|
||||
func (pd *ProductionDrop) SetDontProduce() {
|
||||
pd.dontProduce = true
|
||||
}
|
||||
|
||||
// NumberOfCopies returns the formatted number of copies in the route
|
||||
func (pd *ProductionDrop) NumberOfCopies() string {
|
||||
return fmt.Sprintf("+13%05d", pd.numberOfCopies)
|
||||
|
|
Loading…
Reference in a new issue