Przeglądaj źródła

take cash order bank account

abiao 5 lat temu
rodzic
commit
062c736fc0
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      app/models/take_cash_order.rb

+ 2 - 0
app/models/take_cash_order.rb

@@ -154,11 +154,13 @@ class TakeCashOrder < ActiveRecord::Base
           value/100.0
         end
       end
+=begin
       field :bank_account do
         export_value do
           value != nil ? ("'"+value.to_s) : nil
         end
       end
+=end
     end