1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-23 01:03:23 -05:00
This commit is contained in:
Jonathan Rosenbaum 2017-11-12 03:05:10 +00:00
parent 424c279e9e
commit 3f870cf60e

View File

@ -1362,6 +1362,9 @@ $(function() {
} else { } else {
price = $("#amount").val(); price = $("#amount").val();
original_price = $("#original_price").text(); original_price = $("#original_price").text();
if (original_price === "") {
original_price = price;
}
} }
var current_transaction = var current_transaction =