![](https://secure.gravatar.com/avatar/9053bcbca35257f957445bc432313b5c.jpg?s=120&d=mm&r=g)
[Tuesday, 06 December 2011], Jaroslaw Dziubek napisał(a):
[Tuesday, 06 December 2011], Jaroslaw Dziubek napisał(a):
Kolejna poprawka :)
Lista zadłużonych w/g LMS 100% jest w rzeczywistości 200% (czyli 3 abonamenty). Wrzuciłem dodatkowo do selecta 100% i 200% (akurat mnie się przydaje czy klient "wisi" więcej niż 2 lub 3 abonamenty)
Kurcze - zabraklo jeszcze latki na customerprint.php:
W morde - jeszcze 2 pliki :>
Index: templates/printindex.html =================================================================== RCS file: /cvsroot/lms/templates/printindex.html,v retrieving revision 1.102 diff -u -r1.102 printindex.html --- templates/printindex.html 25 Nov 2011 12:37:49 -0000 1.102 +++ templates/printindex.html 6 Dec 2011 20:09:15 -0000 @@ -30,6 +30,7 @@ <OPTION value="5">{t}disconnected<!plural>{/t}</OPTION> <OPTION value="6">{t}in debt{/t}</OPTION> <OPTION VALUE="11">{t}in debt above 100%{/t}</OPTION> + <OPTION VALUE="12">{t}in debt above 200%{/t}</OPTION> <OPTION value="2">{t}waiting{/t}</OPTION> <OPTION value="1">{t}interested<!plural>{/t}</OPTION> <OPTION value="-1">{t}without nodes{/t}</OPTION> Index: templates/customersearch.html =================================================================== RCS file: /cvsroot/lms/templates/customersearch.html,v retrieving revision 1.25 diff -u -r1.25 customersearch.html --- templates/customersearch.html 10 Nov 2011 06:41:01 -0000 1.25 +++ templates/customersearch.html 6 Dec 2011 20:09:15 -0000 @@ -213,6 +213,7 @@ <OPTION VALUE="5">{t}disconnected<!plural>{/t}</OPTION> <OPTION VALUE="6">{t}in debt{/t}</OPTION> <OPTION VALUE="11">{t}in debt above 100%{/t}</OPTION> + <OPTION VALUE="12">{t}in debt above 200%{/t}</OPTION> <OPTION VALUE="7">{t}online{/t}</OPTION> <OPTION VALUE="8">{t}without group{/t}</OPTION> <OPTION VALUE="9">{t}without tariff{/t}</OPTION>
Teraz juz chyba wszystko :)