From 5f8ed9ec31f3d8195b86c3e667ecd77cf52b52f1 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 25 Apr 2012 01:19:34 -0400 Subject: revert Function to Description --- templates/bom_view.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/bom_view.html') diff --git a/templates/bom_view.html b/templates/bom_view.html index 2606217..cbd3474 100644 --- a/templates/bom_view.html +++ b/templates/bom_view.html @@ -12,7 +12,7 @@ elements manufacturer mpn - function + description form_factor specs category @@ -25,7 +25,7 @@ {{ range .Elements }}{{ if . }}{{ . }} {{ end }}{{ end }} {{ .Manufacturer }} {{ .Mpn }} - {{ .Function }} + {{ .Description }} {{ .FormFactor }} {{ .Specs }} {{ .Category }} -- cgit v1.2.3