mirror of
https://github.com/System-End/shipment-viewer.git
synced 2026-04-19 22:05:10 +00:00
[internal] make warehouse order IDs link to zenventory
This commit is contained in:
parent
9b35affbc7
commit
1c88247f74
1 changed files with 1 additions and 1 deletions
|
|
@ -10,5 +10,5 @@
|
|||
end.compact.join(", ").presence || "?"
|
||||
%>
|
||||
|
||||
<%= render_ii(shipment, 'Warehouse–Order ID', '🆔', 'zenventory ID') %>
|
||||
<%= render_ii(shipment, 'Warehouse–Order ID', '🆔', 'zenventory ID', -> (s) { external_link(shipment['Warehouse–Order ID'], "https://app.zenventory.com/orders/edit-order/#{shipment['Warehouse–Order ID']}") }) %>
|
||||
<%= render_ii(shipment, 'Warehouse–Weight', '<i class="fa-solid fa-weight-hanging"></i>', 'weight') %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue