No need to display receipt content in terminal
for now
This commit is contained in:
parent
a5098d07c2
commit
0433f5adae
1 changed files with 0 additions and 1 deletions
|
@ -535,7 +535,6 @@ public class OnTransact extends javax.swing.JFrame {
|
||||||
private static String receipt_refresh() {
|
private static String receipt_refresh() {
|
||||||
receipt.refresh();
|
receipt.refresh();
|
||||||
jTextArea1.setText(receipt.content);
|
jTextArea1.setText(receipt.content);
|
||||||
System.out.println(receipt.content);
|
|
||||||
return(receipt.content);
|
return(receipt.content);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue