asdfasf
This commit is contained in:
@@ -165,7 +165,7 @@ router.get('/plans', async (req, res, next) => {
|
||||
console.log('Detected product type:', productType);
|
||||
}
|
||||
|
||||
if (productType === 'granular') {
|
||||
if (productType === 'granular' || productType === 'seed') {
|
||||
// Use equipment_id directly to avoid name-based lookup
|
||||
const equipmentId = plan.equipment_id;
|
||||
spreaderSetting = await getSpreaderSettingsForEquipment(
|
||||
|
||||
Reference in New Issue
Block a user