Przeglądaj źródła

take cash order bank account

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

+ 5 - 0
app/models/take_cash_order.rb

@@ -154,6 +154,11 @@ class TakeCashOrder < ActiveRecord::Base
           value/100.0
         end
       end
+      field :bank_account do
+        pretty_value do
+          format("%s  ",value)
+        end
+      end
     end