Modifica chiave di ricerca su tabella valute

git-svn-id: svn://10.65.10.50/trunk@3273 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
ale 1996-07-29 15:44:36 +00:00
parent 64beff0e9a
commit 6baf8cd531

View File

@ -1245,7 +1245,7 @@ bool TRic_ListaMov::controlla_partite()
{
TTable val ("%VAL");
TString dep (format("%3s", (const char*) _codval));
TString dep (format("%-3s", (const char*) _codval));
val.zero();
val.put("CODTAB", dep);