mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 04:17:33 +01:00
Fixes journals, quik-pay and credit symbol use (#21844)
Three for one. - The ability to write in journals held in ones hand was restored. - The quik-pay quick-input now works properly. - The credit symbol use was standardised to use 5电 and inserted into a few places where it used credit instead.
This commit is contained in:
@@ -272,10 +272,10 @@
|
||||
order_data += "<u>Order Fees:</u><br>"
|
||||
order_data += "<ul>"
|
||||
for(var/item in get_item_list())
|
||||
order_data += "<li>[item["name"]]: [item["price"]]</li>"
|
||||
order_data += "<li>Crate Fee: [SScargo.get_cratefee()]</li>"
|
||||
order_data += "<li>Handling Fee: [SScargo.get_handlingfee()]</li>"
|
||||
order_data += "<li>Supplier Fee: [get_shipment_cost()]</li>"
|
||||
order_data += "<li>[item["name"]]: [item["price"]]电</li>"
|
||||
order_data += "<li>Crate Fee: [SScargo.get_cratefee()]电</li>"
|
||||
order_data += "<li>Handling Fee: [SScargo.get_handlingfee()]电</li>"
|
||||
order_data += "<li>Supplier Fee: [get_shipment_cost()]电</li>"
|
||||
order_data += "</ul>"
|
||||
|
||||
return order_data.Join("")
|
||||
|
||||
Reference in New Issue
Block a user