src/EditProductTab1.cpp

changeset 227
7966bf14cc34
parent 225
448e4187cada
child 233
baf666307ebb
--- a/src/EditProductTab1.cpp	Fri May 20 22:06:06 2022 +0200
+++ b/src/EditProductTab1.cpp	Sat May 21 12:08:17 2022 +0200
@@ -18,6 +18,12 @@
  */
 
 
+void EditProduct::code_changed(QString code)
+{
+    product->code = code;
+    is_changed();
+}
+
 
 void EditProduct::name_changed(QString name)
 {

mercurial