Subversion Repositories SmartDukaan

Rev

Rev 5459 | Rev 6693 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5459 Rev 5545
Line 21... Line 21...
21
            <br />
21
            <br />
22
            <table >
22
            <table >
23
                <thead >
23
                <thead >
24
                    <tr >
24
                    <tr >
25
                        <th >Supplier Warehouse</th>
25
                        <th >Supplier Warehouse</th>
-
 
26
                        <th >Format</th>
26
                        <th >Last successful inventory update</th>
27
                        <th >Last successful inventory update</th>
27
                        <th ></th>
28
                        <th ></th>
28
                </thead>
29
                </thead>
29
                <tbody >
30
                <tbody >
30
                    #foreach($warehouseId in $action.getConfig().keySet())
31
                    #foreach($warehouseId in $action.getConfig().keySet())
31
                        <tr >
32
                        <tr >
32
                            <td >$action.getWarehouse($warehouseId).getDisplayName()</td>
33
                            <td >$action.getWarehouse($warehouseId).getDisplayName()</td>
-
 
34
                            <td >$action.getFormat($warehouseId)</td>
33
                            <td >$action.getWarehouse($warehouseId).getVendorString()</td>
35
                            <td >$action.getWarehouse($warehouseId).getVendorString()</td>
34
                            <td >
36
                            <td >
35
                                <form enctype="multipart/form-data" method="post" action="/inventory/supplier-inventory">
37
                                <form enctype="multipart/form-data" method="post" action="/inventory/supplier-inventory">
36
                                    <div >
38
                                    <div >
37
                                        <input type="hidden" name="warehouseId" value="$warehouseId"/>
39
                                        <input type="hidden" name="warehouseId" value="$warehouseId"/>