mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-16 08:31:36 -04:00
Some Transactions view adjustments
-moved js to customers and users components, in order to use accordion. -Made the transaction form a little prettier
This commit is contained in:
@@ -14,6 +14,8 @@ class Customer < ActiveRecord::Base
|
||||
#validates :phone, :presence => true
|
||||
#validates :email, :presence => true
|
||||
|
||||
self.per_page = 15
|
||||
|
||||
def to_s
|
||||
"#{first_name} #{last_name}"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user