mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-02-22 17:03:22 -05:00
Fixes #24.
This commit is contained in:
parent
424c279e9e
commit
3f870cf60e
@ -1362,7 +1362,10 @@ $(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 =
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user