Commit f9fe51d15e375cd3695aad71cdbed4c03b7c1ddb
1 parent
39c76678
Exists in
master
and in
1 other branch
bugfix etiquettes...
Showing
2 changed files
with
4 additions
and
5 deletions
Show diff stats
src/Controller/MaterielsController.php
... | ... | @@ -4751,8 +4751,8 @@ class MaterielsController extends AppController { |
4751 | 4751 | |
4752 | 4752 | // Texte à transformer en QrCode |
4753 | 4753 | //$qr_code_text = "https://inventirap.irap.omp.eu/materiels/view/$id"; |
4754 | - //$qr_code_text = $this->getCurrentURL(false)."/materiels/view/".$id; | |
4755 | - $qr_code_text = "tototata"; | |
4754 | + $qr_code_text = $this->getCurrentURL(false)."/materiels/view/".$id; | |
4755 | + //$qr_code_text = "tototata"; | |
4756 | 4756 | //debug($qr_code_text);exit; |
4757 | 4757 | |
4758 | 4758 | $tape_size = '19'; | ... | ... |
src/Template/Configurations/edit.ctp
... | ... | @@ -105,10 +105,9 @@ function echoSection($title, $section) { |
105 | 105 | 'options' => [ |
106 | 106 | '1' => '1 - Etiquette 12mm, texte sur 2 lignes avec LOGO laboratoire (ruban, DYMO LabelManager PnP, IRAP)', |
107 | 107 | '2' => '2 - Etiquette 19mm, texte sur 2 lignes avec QrCode (ruban, Dymo LabelManager PCII, CRAL)', |
108 | - '3' => '3 - Etiquette 19mm, texte sur 3 lignes avec QrCode (ruban, DYMO MobileLabeler, IRAP)', | |
108 | + '3' => '3 - Etiquette 19mm, texte sur 3 lignes avec QrCode (ruban, DYMO LabelManager420P ou MobileLabeler, pour logiciel DLS 8.7.x sur Mac ou Win)', | |
109 | 109 | '4' => '4 - Etiquette 12mm, texte sur 2 lignes avec QrCode (ruban, DYMO LabelManager PnP, IRAP)', |
110 | - '5' => '5 - Etiquette 19mm, texte sur 3 lignes avec QrCode (ruban, DYMO LabelManager420P ou MobileLabeler)', | |
111 | - | |
110 | + '5' => '5 - Etiquette 19mm, texte sur 3 lignes avec QrCode (ruban, DYMO LabelManager420P ou MobileLabeler, pour logiciel DCD 1.x sur Windows)', | |
112 | 111 | '6' => '6 - Etiquette 19mm, texte sur 3 lignes avec QrCode (ruban, DYMO LabelManager420P ou MobileLabeler avec DLS, test)', |
113 | 112 | /* |
114 | 113 | '6' => 6, | ... | ... |