mirror of
				https://github.com/fspc/Yellow-Bike-Database.git
				synced 2025-10-31 08:55:36 -04:00 
			
		
		
		
	Removes "no description" now that error validation is in effect.
1). Deposits don't require a description.
This commit is contained in:
		
							parent
							
								
									116416af06
								
							
						
					
					
						commit
						e8610e6b2f
					
				| @ -199,7 +199,7 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "FormEdit") && ($_PO | |||||||
| 	$sold_by = (($_POST['sold_by'] == 'no_selection') ? 1268 : $_POST['sold_by'] ); | 	$sold_by = (($_POST['sold_by'] == 'no_selection') ? 1268 : $_POST['sold_by'] ); | ||||||
| 	$date_startstorage = date_update_wo_timestamp($_POST['date_startstorage'], $_POST['db_date_startstorage']); | 	$date_startstorage = date_update_wo_timestamp($_POST['date_startstorage'], $_POST['db_date_startstorage']); | ||||||
| 	$date = date_update_wo_timestamp($_POST['date'], $_POST['db_date']); | 	$date = date_update_wo_timestamp($_POST['date'], $_POST['db_date']); | ||||||
| 	$description = (($_POST['description'] == "") ? "No Description" : $_POST['description'] );	 | 	$description = $_POST['description'];	 | ||||||
| 	$check_number = (($_POST['check_number'] == "") ? "" : $_POST['check_number'] ); | 	$check_number = (($_POST['check_number'] == "") ? "" : $_POST['check_number'] ); | ||||||
| 	$transaction_id = $_POST['transaction_id']; | 	$transaction_id = $_POST['transaction_id']; | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user