Patch level : 2.0 nopatch
Files correlati : cg2.exe Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@11472 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
f8aa1b4d96
commit
289f23b1b5
@ -1009,7 +1009,7 @@ void TPrimanota_application::update_saldo_riga(int r)
|
|||||||
row = sheet.row(i);
|
row = sheet.row(i);
|
||||||
if (!row.empty_items())
|
if (!row.empty_items())
|
||||||
{
|
{
|
||||||
TBill zio; bill.get(row, 2, 0x1);
|
TBill zio; zio.get(row, 2, 0x1);
|
||||||
if (zio == bill)
|
if (zio == bill)
|
||||||
{
|
{
|
||||||
TImporto da; da = row;
|
TImporto da; da = row;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user