Browse Source

take cash order bank account

abiao 5 years ago
parent
commit
f80199b823
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/models/take_cash_order.rb

+ 2 - 2
app/models/take_cash_order.rb

@@ -155,8 +155,8 @@ class TakeCashOrder < ActiveRecord::Base
         end
       end
       field :bank_account do
-        pretty_value do
-          format("no:%s",value)
+        export_value do
+          value != nil ? ("'"+value.to_s) : nil
         end
       end
     end