Adds a large majority of error check for edit transactions.

1). Adds more to css
2). Changes $transaction_id to transaction_id in *js
3). Shortens some selectors
4). Adds additional error spans
5). A few checks need bug fixes (check_number, payment_types)
This commit is contained in:
Jonathan Rosenbaum
2015-01-27 07:27:27 +00:00
parent 60bd4befea
commit 4254265850
3 changed files with 115 additions and 27 deletions
+2 -2
View File
@@ -66,8 +66,8 @@ input[value=Save]:focus, input[value=Close]:focus {
#current_shop, #date_error,
#transaction_start_error,
#sold_by_error, #sold_to_error,
#description_error,
#description_error, #check_number_error,
#payment_error, #payment_type_error,
#quantity_error {
#quantity_error, #anonymous_error {
color: red;
}