| Line 23... |
Line 23... |
| 23 |
$message <br/>
|
23 |
$message <br/>
|
| 24 |
#end
|
24 |
#end
|
| 25 |
#end
|
25 |
#end
|
| 26 |
</span>
|
26 |
</span>
|
| 27 |
<br />
|
27 |
<br />
|
| 28 |
#if($action.getWarehouse().getWarehouseType()=="THIRD_PARTY")
|
28 |
#if($action.getWarehouse().getWarehouseType()=="THIRD_PARTY" || $action.getWarehouse().getWarehouseType()=="OURS_THIRDPARTY")
|
| 29 |
#if($action.isPermitted("inventory:edit"))
|
29 |
#if($action.isPermitted("inventory:edit"))
|
| 30 |
<label>Add new Item in warehouse</label>
|
30 |
<label>Add new Item in warehouse</label>
|
| 31 |
<br />
|
31 |
<br />
|
| 32 |
<form action="/inventory/current-inventory!increaseAvailability">
|
32 |
<form action="/inventory/current-inventory!increaseAvailability">
|
| 33 |
<table >
|
33 |
<table >
|
| Line 69... |
Line 69... |
| 69 |
<td >$action.getName($item)</td>
|
69 |
<td >$action.getName($item)</td>
|
| 70 |
<td >$action.getAvailability($item)</td>
|
70 |
<td >$action.getAvailability($item)</td>
|
| 71 |
<td >$action.getReserved($item)</td>
|
71 |
<td >$action.getReserved($item)</td>
|
| 72 |
#if($action.isPermitted("inventory:edit"))
|
72 |
#if($action.isPermitted("inventory:edit"))
|
| 73 |
<td >
|
73 |
<td >
|
| 74 |
#if($action.getWarehouse().getWarehouseType() == "THIRD_PARTY")
|
74 |
#if($action.getWarehouse().getWarehouseType() == "THIRD_PARTY" || $action.getWarehouse().getWarehouseType()=="OURS_THIRDPARTY")
|
| 75 |
<input class="increaseAvailabilityButton" type="button" value="Increase availability"/>
|
75 |
<input class="increaseAvailabilityButton" type="button" value="Increase availability"/>
|
| 76 |
<form class="increaseAvailabilityForm hidden" method="post" action="/inventory/current-inventory!increaseAvailability">
|
76 |
<form class="increaseAvailabilityForm hidden" method="post" action="/inventory/current-inventory!increaseAvailability">
|
| 77 |
<div >
|
77 |
<div >
|
| 78 |
<label >Quantity: </label>
|
78 |
<label >Quantity: </label>
|
| 79 |
<input type="text" name="quantity"/> <br />
|
79 |
<input type="text" name="quantity"/> <br />
|