mirror of
				https://github.com/fspc/Yellow-Bike-Database.git
				synced 2025-11-03 17:05:35 -05:00 
			
		
		
		
	If redeemed hours in NaN, converted to 0.
This commit is contained in:
		
							parent
							
								
									52069d9b52
								
							
						
					
					
						commit
						98965c8b19
					
				@ -701,7 +701,7 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) {
 | 
				
			|||||||
				  				$title = "Sold By: " . $result['full_name']. "\r\n" .
 | 
									  				$title = "Sold By: " . $result['full_name']. "\r\n" .
 | 
				
			||||||
				  							"Original Price: " . $history[$key]->original_price . "\r\n" .
 | 
									  							"Original Price: " . $history[$key]->original_price . "\r\n" .
 | 
				
			||||||
				  							"Paid: " . $history[$key]->amount . "\r\n" .
 | 
									  							"Paid: " . $history[$key]->amount . "\r\n" .
 | 
				
			||||||
				  							"Redeemed Hours: " . $history[$key]->redeemed_hours;
 | 
									  							"Redeemed Hours: " . intval($history[$key]->redeemed_hours);
 | 
				
			||||||
				  				echo "title='" . $title . "'";
 | 
									  				echo "title='" . $title . "'";
 | 
				
			||||||
			  				} else {
 | 
								  				} else {
 | 
				
			||||||
				  				$title = "Transaction Performed By: " . $result['full_name'];
 | 
									  				$title = "Transaction Performed By: " . $result['full_name'];
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user