BOM: add warning message about missing unit values to group buy calc box

This commit is contained in:
Rob H
2014-03-27 14:18:00 +11:00
parent 0c2e215fef
commit 9c65dd2ace

View File

@@ -62,6 +62,9 @@
%span{ :class => "five columns alpha" } Shared Resource?
%span{ :class => 'two columns omega' }
%input{ type: 'checkbox', :id => 'shared_resource', 'ng-model' => 'sharedResource'}
%div{ :class => "seven columns alpha", 'ng-hide' => 'allUnitValuesPresent()' }
%span{ :class => "seven columns alpha", style: 'color:red' }
WARNING: Some variants do not have a unit value
%hr{ :class => "sixteen columns alpha", :style => "margin-bottom: 15px" }
%div.loading{ :class => "sixteen columns alpha", 'ng-show' => 'loading' }
%h4 Loading Line Items...