mirror of
https://github.com/grocy/grocy.git
synced 2025-10-14 17:24:07 +00:00
Test/review/rework (and hopefully finalized) new price handling
This commit is contained in:
@@ -177,7 +177,6 @@ function RefreshStockEntryRow(stockRowId)
|
||||
);
|
||||
|
||||
$('#stock-' + stockRowId + '-price').text(result.price);
|
||||
$('#stock-' + stockRowId + '-qu-factor-purchase-to-stock').text(result.qu_factor_purchase_to_stock);
|
||||
$('#stock-' + stockRowId + '-purchased-date').text(result.purchased_date);
|
||||
$('#stock-' + stockRowId + '-purchased-date-timeago').attr('datetime', result.purchased_date + ' 23:59:59');
|
||||
|
||||
|
Reference in New Issue
Block a user