mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 02:11:38 -04:00
Fixed the payement type label bug, but altering the selector.
1). This selector turned of edit when clicked, but because of the way it was construed it was hiding the label. Only became obvious when the validation tests were added.
This commit is contained in:
@@ -64,7 +64,7 @@ $gnucash_accounts = array( "Assets:Current Assets:Checking" => "checking",
|
||||
// Most collectives require only one shop at a time, but YBDB provides a way to handle 2 concurrent
|
||||
// shops in the same location. The current shop will be shown, and users will have to remember the
|
||||
// number of the previous shop to enter into the transaction.
|
||||
// Note: Remote shops function independently via there IP identification.
|
||||
// Note: Remote shops function independently via their IP identification.
|
||||
//
|
||||
// Normally, you will want this set at 0.
|
||||
define('SHOW_SHOP_ID',0);
|
||||
|
||||
Reference in New Issue
Block a user