2
0
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:
Oliver Walters
2022-05-03 12:00:28 +10:00
parent 4732efb330
commit d69b5811b1
8 changed files with 18 additions and 19 deletions

View File

@ -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;
}