mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-02 11:40:58 +00:00
Improved javascript log / warn / error messages
This commit is contained in:
@ -876,7 +876,7 @@ function loadPartPurchaseOrderTable(table, part_id, options={}) {
|
||||
var line_item = $(table).bootstrapTable('getRowByUniqueId', pk);
|
||||
|
||||
if (!line_item) {
|
||||
console.log('WARNING: getRowByUniqueId returned null');
|
||||
console.warn('getRowByUniqueId returned null');
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user