src/EditProduct.cpp

changeset 305
35ce719998e1
parent 301
fe6346211b5b
child 307
afd711e37f68
equal deleted inserted replaced
304:aa8d421bfc24 305:35ce719998e1
817 /* 817 /*
818 * If this was a new record, update the global recno. 818 * If this was a new record, update the global recno.
819 */ 819 */
820 this->recno = product->record; 820 this->recno = product->record;
821 } 821 }
822 inventory_reduce();
822 } 823 }
823 824
824 ui->saveButton->setEnabled(false); 825 ui->saveButton->setEnabled(false);
825 this->textIsChanged = false; 826 this->textIsChanged = false;
826 WindowTitle(); 827 WindowTitle();

mercurial