PI timestamps

This commit is contained in:
Matt-Yorkley
2017-03-16 13:58:19 +00:00
parent e04141d797
commit e362c2d867
17 changed files with 70 additions and 12 deletions

View File

@@ -68,7 +68,8 @@ module OpenFoodNetwork
category: { name: I18n.t("#{node}.category"), visible: false },
tax_category: { name: I18n.t("#{node}.tax_category"), visible: false },
inherits_properties: { name: I18n.t("#{node}.inherits_properties?"), visible: false },
available_on: { name: I18n.t("#{node}.available_on"), visible: false }
available_on: { name: I18n.t("#{node}.available_on"), visible: false },
import_date: { name: I18n.t("#{node}.import_date"), visible: false }
}
end