Skip to content

Commit 14d2b61

Browse files
committed
version 1.0.1
1 parent 51ee586 commit 14d2b61

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed
-4.19 KB
Binary file not shown.
-4.32 KB
Binary file not shown.
-4.32 KB
Binary file not shown.

src/electricity_bills_system/MaterialFrame.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,8 @@ public void actionPerformed(ActionEvent e) {
414414
String unit = (String) tableModel.getValueAt(i, 4);
415415
String total_price = (String) tableModel.getValueAt(i, 5);
416416
String date = dateField.getText();
417-
String CODE=ID_2+number;
417+
String codigo=PasswordGenerate.generarContrasena(2);
418+
String CODE=ref_material+number+codigo;
418419
if(ID_info.length()>1){
419420
ID_2=(String) ID_choice.getSelectedItem();
420421
}

0 commit comments

Comments
 (0)