Patch level :
Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/branches/R_10_00@21870 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
11be059f44
commit
91963d2292
@ -214,10 +214,10 @@ TFilename THardy_esselunga::scrivi_testata(const TMask& mask)
|
||||
// nome del file
|
||||
record << file_privat.name();
|
||||
// identificativo mittente
|
||||
record.overwrite(config.get("Esselunga_PIvaEsselunga"), 85);
|
||||
record.overwrite(config.get("Esselunga_PIvaHardy"), 85);
|
||||
record.overwrite(config.get("Esselunga_TipoEmissione"), 120);
|
||||
// identificativo destinatario
|
||||
record.overwrite(config.get("Esselunga_PIvaHardy"), 138);
|
||||
record.overwrite(config.get("Esselunga_PIvaEsselunga"), 138);
|
||||
record.overwrite(config.get("Esselunga_TipoEmissione"), 173);
|
||||
// formato (Ascii)
|
||||
record.overwrite("A", 191);
|
||||
@ -258,7 +258,7 @@ void THardy_esselunga::elabora(const TMask& mask)
|
||||
numdoc.format("%012d",doc->numero());
|
||||
numdoc << cache().get("%NUM", num, "S7");
|
||||
numdoc.strip("/");
|
||||
numdoc.right(12);
|
||||
numdoc = numdoc.right(12);
|
||||
FOR_EACH_PHYSICAL_RDOC(*doc, r, rigadoc)
|
||||
{
|
||||
const TString80& codart_esselunga = cache_ca.decode(rigadoc->get(RDOC_CODART));
|
||||
|
Loading…
x
Reference in New Issue
Block a user