Bug fix : in FolioTab autonum set disable N° folio item

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4635 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2016-08-17 12:41:49 +00:00
parent f27b6b7c8d
commit 12477553a8

View File

@@ -81,7 +81,7 @@ void NumPartEditorW::setVisibleItems() {
if (parentWidget()->parentWidget()->objectName()=="FolioTab") {
items << tr("Chiffre 1") << tr("Chiffre 01")
<< tr("Chiffre 001")
<< tr("Texte") << tr("N° folio");
<< tr("Texte");
}
else if (parentWidget()->parentWidget()->objectName()=="ConductorTab") {
items << tr("Chiffre 1") << tr("Chiffre 01")