Add sticker printing for supplies.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2025-01-19 10:36:32 -07:00
parent 6a8fba535a
commit 07ccd1dea9
7 changed files with 125 additions and 21 deletions

View File

@@ -1045,10 +1045,10 @@ namespace CarCareTracker.Controllers
{
foreach (int recordId in recordIds)
{
//stickerViewModel.VehicleRecords.SupplyRecords.Add(_supplyRecordDataAccess.GetSupplyRecordById(recordId));
var record = _supplyRecordDataAccess.GetSupplyRecordById(recordId);
stickerViewModel.SupplyRecords.Add(record);
recordsAdded++;
}
}
break;
case ImportMode.NoteRecord: