bug
This commit is contained in:
@@ -292,7 +292,7 @@ namespace Tnb.WarehouseMgr
|
||||
{
|
||||
if (input.barCodes == null || input.barCodes.Count < 1) throw new ArgumentNullException(nameof(input.barCodes));
|
||||
input.barCodes = input.barCodes.OrderBy(o => o).ToList();
|
||||
base.BarCodePrint(input.barCodes, input.copies);
|
||||
base.BarCodePrint(input.barCodes, input.copies,"");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user