Author: bleny Date: 2013-03-22 16:45:13 +0100 (Fri, 22 Mar 2013) New Revision: 33 Url: http://forge.codelutin.com/projects/franciaflex-magalie/repository/revisions... Log: fix hardcoded unit in withdraw item input Modified: trunk/magalie-web/src/main/webapp/WEB-INF/content/withdraw-item-input.jsp Modified: trunk/magalie-web/src/main/webapp/WEB-INF/content/withdraw-item-input.jsp =================================================================== --- trunk/magalie-web/src/main/webapp/WEB-INF/content/withdraw-item-input.jsp 2013-03-22 13:19:12 UTC (rev 32) +++ trunk/magalie-web/src/main/webapp/WEB-INF/content/withdraw-item-input.jsp 2013-03-22 15:45:13 UTC (rev 33) @@ -40,14 +40,14 @@ <dt>LàS</dt> <dd>123456789</dd> <dt>Prélev.</dt> - <dd><span id="withdrawn">0</span> / <s:property value="withdrawTask.quantity" /> kg</dd> + <dd><span id="withdrawn">0</span> / <s:property value="withdrawTask.quantity" /> <s:property value="withdrawTask.article.unit" /></dd> </dl> </header> <section id="sites"> </section> <form class="form-horizontal"> <s:textfield name="site" label="Empl." inputAppendIcon="barcode" cssClass="input-small" /> - <s:textfield name="quantity" label="Qté" inputAppend="kg" cssClass="input-mini" /> + <s:textfield name="quantity" label="Qté" inputAppend="%{withdrawTask.article.description}" cssClass="input-mini" /> <s:hidden name="model" /> <div class="btn-group"> @@ -60,6 +60,6 @@ <dt>Empl.</dt> <dd data="locationCode"></dd> <dt>Prélev.</dt> - <dd><span data="withdrawn">0</span> / <span data="quantity"></span> kg</dd> + <dd><span data="withdrawn">0</span> / <span data="quantity"></span> <s:property value="withdrawTask.article.description" /></dd> </dl> </div>
participants (1)
-
bleny@users.forge.codelutin.com