Remove last references to any "fieldset" type things

This commit is contained in:
Lance Edgar 2018-02-11 23:19:30 -06:00
parent cdaf36f346
commit cb8db266cd
4 changed files with 5 additions and 39 deletions

View file

@ -51,7 +51,7 @@
}
});
show_mode(${form.fieldset.model.mode or enum.PURCHASE_BATCH_MODE_ORDERING});
show_mode(${batch.mode or enum.PURCHASE_BATCH_MODE_ORDERING});
});