Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Price/Spec/Interim not set in AR Manage Analyses #593

Merged
merged 14 commits into from
Jan 22, 2018
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Changelog

**Fixed**

- #593 Fixed Price/Spec/Interim not set in AR Manage Analyses
- #585 Empty value for Analysis Request column in aggregated list of analyses
- #578 Fix translation for review state titles in listings
- #580 Fix calculations using built-ins
Expand Down
4 changes: 2 additions & 2 deletions bika/lims/browser/analysisrequest/templates/ar_add2.pt
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@
class="err" size="5"
placeholder="err%"
i18n:attributes="placeholder"
tal:attributes="name string:${fieldname}.err:records;
tal:attributes="name string:${fieldname}.error:records;
value python:service_spec.get('error');"/>
</div>
</tal:specifications>
Expand Down Expand Up @@ -711,7 +711,7 @@
class="err" size="5"
placeholder="err%"
i18n:attributes="placeholder"
tal:attributes="name string:${fieldname}.err:records;
tal:attributes="name string:${fieldname}.error:records;
value python:service_spec.get('error');"/>
</div>
</tal:specifications>
Expand Down
Loading