Skip to content

Commit

Permalink
column add to InventoryBrowse
Browse files Browse the repository at this point in the history
  • Loading branch information
vaughnte committed Aug 5, 2024
1 parent c433e9a commit f3aaf00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/com/blueseer/inv/InventoryBrowse.java
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public class InventoryBrowse extends javax.swing.JPanel {
getGlobalColumnTag("warehouse"),
getGlobalColumnTag("location"),
getGlobalColumnTag("serial"),
getGlobalColumnTag("expiredate"),
getGlobalColumnTag("qty")});

// tr_id, tr_item, tr_type, tr_qty, tr_eff_date, tr_timestamp, tr_ref, tr_serial, tr_program , tr_userid
Expand Down Expand Up @@ -489,6 +490,7 @@ private void btRunActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:e
res.getString("wh"),
res.getString("loc"),
res.getString("serial"),
res.getString("expire"),
res.getDouble("qoh")
});
}
Expand Down

0 comments on commit f3aaf00

Please sign in to comment.