Started Order productchange
This commit is contained in:
@@ -55,6 +55,25 @@ $posturl = self::getUrl("Order", "save", $urlfilter);
|
||||
</select>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="card" id="product-list">
|
||||
<div class="card-body">
|
||||
<table>
|
||||
<thead>
|
||||
<th>Contract ID</th>
|
||||
<th>Produkt</th>
|
||||
<th>Matchcode</th>
|
||||
<th>Preis p.P.</th>
|
||||
<th>Herstellungskosten</th>
|
||||
<th>Fertigstellung</th>
|
||||
<th>Kündigung</th>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -70,7 +89,8 @@ $posturl = self::getUrl("Order", "save", $urlfilter);
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
$('#owner_id').autoComplete();
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user