Patch level :2.2 23
Files correlati : Ricompilazione Demo : [ ] Commento :correzione minimalista git-svn-id: svn://10.65.10.50/trunk@12714 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
718afa6dd1
commit
138d21af19
@ -45,9 +45,10 @@ const TString& TIndustriosa_app::conto_industriale(const TRiga_documento& row, T
|
||||
const TRectype& rec = cache().get("PRS", row.get(RDOC_CODART));
|
||||
conto = rec.get("S2");
|
||||
if (acquisti)
|
||||
conto = conto.mid(20,12).trim();
|
||||
conto = conto.mid(20,12);
|
||||
else
|
||||
conto = conto.left(12).trim();
|
||||
conto = conto.left(12);
|
||||
conto.trim();
|
||||
}
|
||||
if (!conto.empty())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user