PP
This commit is contained in:
@@ -80,7 +80,11 @@
|
||||
<input class="button" id="deleteBtn" value="Usuń" type="button">
|
||||
<input class="button" id="excelBtn" value="Excel" type="button">
|
||||
<input class="button" id="pdfBtn" value="PDF" type="button">
|
||||
<input class="button" id="productionBtn" value="RW/PW" type="button">
|
||||
<input class="button" value="Utwórz zamówienie wewnętrzne" type="button" id="createInsideOrder"/>
|
||||
<form action="index.php?module=EcmInsideOrders&action=EditView&fromProductsBySalesReport=true" method="post"
|
||||
target="_blank" id="createInsideOrderForm">
|
||||
<input id="insideOrderProducts" name="insideOrderProducts" type="hidden" value=""/>
|
||||
</form>
|
||||
|
||||
<div id="1">
|
||||
<table id="allTable">
|
||||
@@ -110,6 +114,7 @@
|
||||
<tr>
|
||||
<td>
|
||||
<input type="checkbox" value="{$ROW.id}" class="allCheck"/>
|
||||
<input type="hidden" id="productId-{$ROW.id}" value="{$ROW.productId}">
|
||||
<!--
|
||||
<img src="modules/EcmQuotes/images/add_position.gif" style="margin-top: 3px; margin-right: 3px; cursor: pointer" width="12" alt="Duplikuj" onclick="duplicatePosition('{$ROW.id}')">
|
||||
<img src="modules/EcmQuotes/images/deleterow.gif" style="margin-top: 3px; margin-right: 3px; cursor: pointer" width="12" alt="Usuń" onclick="removePosition('{$ROW.id}')">
|
||||
|
||||
Reference in New Issue
Block a user