Ver código fonte

Merge branch 'develop' into jmh

jmh 4 anos atrás
pai
commit
df186fd027

+ 1 - 1
src/main/webapp/WEB-INF/views/withdraw/RefundDetailForm.html

@@ -246,7 +246,7 @@
 				<div>
 					<h4 style="width:85%;">회수대상 상품 정보</h4>	
 					<span class="btnRight" id="pgBtn" onclick="fnChangePgStat()">
-						<label ><input type="checkbox" name="pgStats" value="N" th:if="${sessionInfo.roleCd == 'G001_0000'}">&nbsp;&nbsp;PG 전문 미전송</label>
+						<label ><input type="checkbox" name="pgStats" value="N" th:if="${sessionInfo.roleCd == 'G001_0000' or sessionInfo.roleCd == 'G001_A300'}">&nbsp;&nbsp;PG 전문 미전송</label>
 					</span>
 					<div id="refundGridList" style="width: 100%; height: 200px; padding-top:10PX;" class="ag-theme-balham"></div>
 				</div>