Commit d32bc94d937f00e329a535daace57f5a51279149
1 parent
9e95ca5bc9
Exists in
master
minor changes
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/partials/updateFuelManager/updateFuelManager.html
... | ... | @@ -159,6 +159,7 @@ |
159 | 159 | <option value="" disabled selected>Pricing Structure</option> |
160 | 160 | <option value="minus">Retail/PAP - (minus)</option> |
161 | 161 | <option value="plus">Cost + (plus)</option> |
162 | + <option value="equal">Direct = (equal)</option> | |
162 | 163 | </select> |
163 | 164 | <span style="margin-right: 0;">$</span> |
164 | 165 | <input type="text" disabled="true" class="form-control" ng-model="jets.marginValue" ng-blur="force4decimals(jets.marginValue)" placeholder="0.0000" valid-number /> | ... | ... |