nkuht-donate/app/views/nkuht_donates/print_msg.html.erb

25 lines
765 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<% # encoding: utf-8 %>
<%
data = action_data
@nkuht_donate = data["nkuht_donate"]
# 4: 現金
# 5: 支票
# 6: 匯款
%>
<% if @nkuht_donate.donation_way == '4' %>
捐款成功!請本人或委託他人將現金送交總務處出納組,同時開立捐款收據。
<% elsif @nkuht_donate.donation_way == '5' %>
捐款成功!支票抬頭請開立「國立高雄餐旅大學」,加劃橫線,註明「禁止背書轉讓」,以掛號郵寄至高雄市小港區松和路一號 國立高雄餐旅大學秘書室 收。
<% elsif @nkuht_donate.donation_way == '6' %>
捐款成功請匯入「第一商業銀行小港分行」戶名「國立高雄餐旅大學401專戶」帳號「71430010289」。
<% else %>
no data
<% end %>