Fix noExtraLayerCharge missing from Job Details wizard item projection
WizardExistingItems coat serialization in Details GET omitted noExtraLayerCharge, so editing a line item from the Details page always lost the no-charge flag. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -477,6 +477,7 @@ public class JobsController : Controller
|
|||||||
transferEfficiency = c.TransferEfficiency,
|
transferEfficiency = c.TransferEfficiency,
|
||||||
powderCostPerLb = c.PowderCostPerLb,
|
powderCostPerLb = c.PowderCostPerLb,
|
||||||
powderToOrder = c.PowderToOrder,
|
powderToOrder = c.PowderToOrder,
|
||||||
|
noExtraLayerCharge = c.NoExtraLayerCharge,
|
||||||
notes = c.Notes
|
notes = c.Notes
|
||||||
}),
|
}),
|
||||||
prepServices = ji.PrepServices.Select(ps => new {
|
prepServices = ji.PrepServices.Select(ps => new {
|
||||||
|
|||||||
Reference in New Issue
Block a user